Richard Nienaber ab6d8780a7 Fixed ci warnings vor 11 Jahren
..
grape 058d275ab9 Made changes for rvm in line #18e3a693c vor 11 Jahren
rack 509264a16c Gemfile.lock to lock down dependencies vor 11 Jahren
rails ab6d8780a7 Fixed ci warnings vor 11 Jahren
rails-stripped 2e41381ed1 Fixed 'versus' property for correct comparison vor 11 Jahren
sinatra 784074f9a6 Make fortunes template match spec vor 11 Jahren
README.md 87f2e6d999 Update RVM installation, fix rails vor 11 Jahren

README.md

Using RVM to setup your environment

TFB uses rvm wherever possible to help ruby-based or jruby-based frameworks setup their environment. In your framework's bash_profile.sh, put this:

#!/bin/bash

# Assume single-user installation
source $HOME/.rvm/scripts/rvm

Because TFB uses Python's subprocess module, which runs all shell processes in a non-login mode, you must source the rvm script before using rvm anywhere. Placing the source call in your bash_profile.sh ensures that it will be called before running install.sh and before running setup.py

For compatibility with how the framework rounds are executed, you must use a single-user installation if you wish to run ruby-based TFB tests.