Skip to content

Commit

Permalink
Be compatible with 0.1.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Jan 8, 2009
1 parent f854f90 commit 1eae30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/cucumber/templates/lib/tasks/cucumber.rake
@@ -1,7 +1,7 @@
require 'cucumber/rake/task'

cucumber_options = proc do |t|
t.binary = Merb.root / 'bin' / 'cucumber'
cucumber_options = lambda do |t|
# if you want to pass some custom options to cucumber, pass them here
end

Cucumber::Rake::Task.new(:features, &cucumber_options)
Expand Down

0 comments on commit 1eae30b

Please sign in to comment.