syntax error on output of rspec
coffeencoke opened this issue · 2 comments
When I run some specs I get the following output:
'''
$ rspec ./spec/controllers/some_controller_spec.rb
...........
Finished in 0.29885 seconds
11 examples, 0 failures
/home/dev1/.rvm/gems/ruby-1.9.2-p136@t1d/bundler/gems/cover_me-ae3b6bd043ab/lib/cover_me/results.rb:9:in eval': exit (SyntaxError) (eval):1: syntax error, unexpected tIDENTIFIER, expecting $end ..., 3, 6, 6, 6, nil, 6, 6, nil]}l, 3, 6, nil, 6, 6, 6, 6, 6, n... ... ^ from /home/dev1/.rvm/gems/ruby-1.9.2-p136@t1d/bundler/gems/cover_me-ae3b6bd043ab/lib/cover_me/results.rb:9:in
read_results'
from /home/dev1/.rvm/gems/ruby-1.9.2-p136@t1d/bundler/gems/cover_me-ae3b6bd043ab/lib/cover_me/results.rb:16:in merge_results!' from /home/dev1/.rvm/gems/ruby-1.9.2-p136@t1d/bundler/gems/cover_me-ae3b6bd043ab/lib/cover_me.rb:44:in
block in <top (required)>'
'''
I am running ruby 1.9.2-p136 and rails 3.0.4 on ubuntu. I have tried using your github master as source but still get the same output.
delete your coverage.data file and try again. that should clear it up.
that worked thanks.