Skip to content

Instantly share code, notes, and snippets.

@proubits
Created January 16, 2014 09:34
Show Gist options
  • Save proubits/8452163 to your computer and use it in GitHub Desktop.
Save proubits/8452163 to your computer and use it in GitHub Desktop.
A cucumber rake task to add to the Rake file of a ruby app
Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "features --format pretty"
end
RSpec::Core::RakeTask.new(:spec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment