Browse Source

Add comment for running specs against multiple versions of Rails

master
Ross Kaffenberger 11 years ago
parent
commit
04899f3ae0
  1. 3
      Rakefile

3
Rakefile

@ -9,3 +9,6 @@ desc "Run all specs in spec directory (excluding plugin specs)"
RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare') RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare')
task :default => :spec task :default => :spec
# To test against a specific version of Rails
# export RAILS_VERSION=3.2.0; bundle update; rake

Loading…
Cancel
Save