I am using ruby 1.9.2 and rails 3.0.7 on windows 7. the coverage folder does not get updated and the are no html files from my rspec tests. the coverage.data file is created and has the correct date time stap when I run rspec spec. the coverage.data file has data in it. if I run rake spec/ I get a rake aborted message after it list the results of the test. require 'cover_me' is the first line in my spec_helper.rb file
I am using ruby 1.9.2 and rails 3.0.7 on windows 7. the coverage folder does not get updated and the are no html files from my rspec tests. the coverage.data file is created and has the correct date time stap when I run rspec spec. the coverage.data file has data in it. if I run rake spec/ I get a rake aborted message after it list the results of the test. require 'cover_me' is the first line in my spec_helper.rb file