Skip to content

Instantly share code, notes, and snippets.

View cirode's full-sized avatar

Chris Rode cirode

View GitHub Profile
@cirode
cirode / gist:1037763
Created June 21, 2011 12:35 — forked from clayton/gist:89659
Rcov Rake task
# From http://github.com/jaymcgavren
#
# Save this as rcov.rake in lib/tasks and use rcov:all =>
# to get accurate spec/feature coverage data
require 'cucumber/rake/task'
require 'spec/rake/spectask'
namespace :rcov do
Cucumber::Rake::Task.new(:cucumber) do |t|