Rspec Steps C0 Coverage Information - RCov

lib/rspec-steps/duckpunch/example-group.rb

Name Total Lines Lines of Code Total Coverage Code Coverage
lib/rspec-steps/duckpunch/example-group.rb 11 10
100.00%
100.00%

Key

Code reported as executed by Ruby looks like this...and this: this line is also marked as covered.Lines considered as run by rcov, but not reported by Ruby, look like this,and this: these lines were inferred by rcov (using simple heuristics).Finally, here's a line marked as not executed.

Coverage Details

1 require 'rspec-steps/stepwise'
2 
3 module RSpec::Core
4   class ExampleGroup
5     def self.steps(*args, &example_group_block)
6       group = describe(*args, &example_group_block)
7       group.extend RSpecStepwise
8       group
9     end
10   end
11 end

Generated on Fri Apr 22 18:52:20 -0700 2011 with rcov 0.9.8