search for: specs_with_rcov

Displaying 1 result from an estimated 1 matches for "specs_with_rcov".

2007 Jun 15
1
Problems with RCov and Rails
Hey list, I''m trying to use the rcov integration that rspec provides in my Rails application. As per the documentation on the website, I''ve created the following rake task: lib/tasks/specs_with_rcov.rake: require ''spec/rake/spectask'' desc "Run all specs with rcov" Spec::Rake::SpecTask.new(''specs_with_rcov'') do |t| t.rcov = true end However... $ rake specs_with_rcov (in /Users/ian/Projects/systino/trunk) rake aborted! superclass mismatch for c...