Skip to content

Commit

Permalink
Clean up Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Apr 11, 2012
1 parent 5873502 commit 41088bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Expand Up @@ -15,10 +15,10 @@ Cucumber::Rake::Task.new do |t|
t.cucumber_opts = ['--format', (ENV['CUCUMBER_FORMAT'] || 'progress')]
end

desc 'Default: run specs and cucumber features'
task :default => [:all]

desc 'Test the plugin under all supported Rails versions.'
task :all => ["appraisal:cleanup", "appraisal:install"] do |t|
task :all => ["appraisal:cleanup", "appraisal:install"] do
exec('rake appraisal spec cucumber')
end

desc 'Default: run specs and cucumber features'
task :default => [:all]

0 comments on commit 41088bc

Please sign in to comment.