Skip to content

Commit

Permalink
Run all cukes on CI.
Browse files Browse the repository at this point in the history
One of the ones that was failing on 1.9.2 passes in isolation, so I want to run them all to see if there's an issue with running all of them.
  • Loading branch information
myronmarston committed May 16, 2011
1 parent 7d3e14f commit 48ea1e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ task :cleanup_rcov_files do
end

require 'cucumber/rake/task'
Cucumber::Rake::Task.new do |t|
t.cucumber_opts = '--tag @ci' if ENV['CI']
end
Cucumber::Rake::Task.new

task :default => [:spec, :cucumber]

Expand Down

0 comments on commit 48ea1e7

Please sign in to comment.