|
|
@ -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 |
|
|
|