Hi,
I am running ruby 1.9.2 and rspec 2.6.0, I run "rake spec" which runs all my rspec tests and only a coverage.data file is created no coverage directory. I only added require 'cover_me' to my spec_helper.rb and this is my Rakefile:
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
Any help would be great, let me know if you need any more information.
Thanks,
Jay
Hi,
I am running ruby 1.9.2 and rspec 2.6.0, I run "rake spec" which runs all my rspec tests and only a coverage.data file is created no coverage directory. I only added require 'cover_me' to my spec_helper.rb and this is my Rakefile:
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
Any help would be great, let me know if you need any more information.
Thanks,
Jay