You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following at the end of my test output:
/usr/lib/ruby/gems/1.9.1/gems/cover_me-1.2.0/lib/cover_me.rb:44:in result': coverage measurement is not enabled (RuntimeError) from /usr/lib/ruby/gems/1.9.1/gems/cover_me-1.2.0/lib/cover_me.rb:44:inblock in <top (required)>'
The text was updated successfully, but these errors were encountered:
The Coverage class is a part of the core as of ruby-1.9.x and is still experimental as of 1.9.2
The cover_me gem encapsulates the Coverage class.
"coverage measurement is not enabled" comes from the Coverage class to state Coverage.start didn't happen.
Getting the following at the end of my test output:
/usr/lib/ruby/gems/1.9.1/gems/cover_me-1.2.0/lib/cover_me.rb:44:in
result': coverage measurement is not enabled (RuntimeError) from /usr/lib/ruby/gems/1.9.1/gems/cover_me-1.2.0/lib/cover_me.rb:44:in
block in <top (required)>'The text was updated successfully, but these errors were encountered: