Skip to content

Commit

Permalink
Fix syntax error from last merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
esambo committed Nov 25, 2011
1 parent 0ea47e3 commit 3134f87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -34,9 +34,9 @@ end
begin
require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features) do |f|
f.cucumber_opts = "features --format pretty"

# task :features => :check_dependencies
f.cucumber_opts = "features --format pretty"
# task :features => :check_dependencies
end
rescue LoadError
task :features do
abort "Cucumber is not available. In order to run features, you must: sudo gem install cucumber"
Expand Down

0 comments on commit 3134f87

Please sign in to comment.