We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc754e4 commit b5c29b4Copy full SHA for b5c29b4
features/method_coverage.feature
@@ -10,8 +10,9 @@ Feature:
10
Given SimpleCov for RSpec is configured with:
11
"""
12
require 'simplecov'
13
+
14
SimpleCov.start do
- enable_coverage :method
15
+ enable_coverage :method
16
end
17
18
When I open the coverage report generated with `bundle exec rspec spec`
features/step_definitions/simplecov_steps.rb
@@ -22,7 +22,7 @@
22
steps %(
23
Given a file named "#{framework_dir}/simplecov_config.rb" with:
24
25
- #{config_body}
+#{config_body.indent(6)}
26
27
)
28
0 commit comments