Rakefile in protector-0.7.1 vs Rakefile in protector-0.7.2
- old
+ new
@@ -7,10 +7,10 @@
task :default => :all
desc 'Test the plugin under all supported Rails versions.'
task :all do |t|
- exec('bundle exec appraisal install; bundle exec appraisal rspec')
+ exec('bundle exec appraisal rspec')
end
task :perf do
require 'protector'