Skip to content

Instantly share code, notes, and snippets.

@shageman
Created February 20, 2010 15:32
Show Gist options
  • Save shageman/309728 to your computer and use it in GitHub Desktop.
Save shageman/309728 to your computer and use it in GitHub Desktop.
Cucumber::Rake::Task.new(:rcov) do |t|
t.rcov = true
t.rcov_opts = %w{--rails --exclude osx\/objc,gems\/,spec\/}
t.rcov_opts << %[-o "features_rcov"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment