Skip to content

Instantly share code, notes, and snippets.

@czarneckid
Created June 6, 2011 23:37
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 czarneckid/1011361 to your computer and use it in GitHub Desktop.
Save czarneckid/1011361 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'cucumber'
require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "features --format pretty"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment