File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33# To run tests with coverage:
44# COVERAGE=true bundle exec rake test
5+
6+ # To test on a specific rails version use this:
7+ # export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test
8+ # export RAILS_VERSION=5.0.0.beta3; bundle update rails; bundle exec rake test
9+
10+ # We are no longer having Travis test Rails 4.0.x., but you can try it with:
11+ # export RAILS_VERSION=4.0.0; bundle update rails; bundle exec rake test
12+
513# To Switch rails versions and run a particular test order:
6- # export RAILS_VERSION=4.2.0; bundle update rails; bundle exec rake TESTOPTS="--seed=39333" test
7- # We are no longer having Travis test Rails 4.0.x. To test on Rails 4.0.x use this:
8- # export RAILS_VERSION=4.2.5; bundle update rails; bundle exec rake test
9- # export RAILS_VERSION=5.0.0.beta1.1; bundle update rails; bundle exec rake test
14+ # export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake TESTOPTS="--seed=39333" test
1015
1116if ENV [ 'COVERAGE' ]
1217 SimpleCov . start do
You can’t perform that action at this time.
0 commit comments