Skip to content

Only coverage.data is created #51

@jperry

Description

@jperry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions