Skip to content

Instantly share code, notes, and snippets.

@oelmekki
Created March 6, 2009 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oelmekki/75024 to your computer and use it in GitHub Desktop.
Save oelmekki/75024 to your computer and use it in GitHub Desktop.
require 'cucumber/rake/task'
def foo
puts "foo"
end
Cucumber::Rake::Task.new( :features ) do |t|
foo
end
desc "foo"
task :say_foo do
foo
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment