Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View gdelfino's full-sized avatar

Gustavo Delfino gdelfino

  • ZF Group
  • Michigan, USA
View GitHub Profile
@gdelfino
gdelfino / rcov.rake
Created February 14, 2011 12:48 — forked from jstirk/rcov.rake
rcov rake task for Rails 3, cucumber, rspec
# Forked to get it working with Rails 3 and RSpec 2
# Updated to aggregate Cucumber and rspec correctly
# Updated to not fail in production when Cucumber, rspec aren't available
#
# From http://github.com/jaymcgavren
#
# Save this as rcov.rake in lib/tasks and use rcov:all =>
# to get accurate spec/feature coverage data
#
# Use rcov:rspec or rcov:cucumber