drhenner/ror_ecommerce

View on GitHub
lib/tasks/rcov.rake

Summary

Maintainability
Test Coverage
#desc  "Run all specs with rcov"
#RSpec::Core::RakeTask.new("test_cov") do |t|
#  t.rcov = true
#  t.rcov_opts = %w{--rails --include views -Ispec --exclude gems\/,spec\/,features\/,seeds\/}
#end