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 c1c9395 commit 7a37131Copy full SHA for 7a37131
features/warnings.feature
@@ -0,0 +1,18 @@
1
+@rspec
2
+Feature:
3
+
4
+ Running SimpleCov with verbosity enabled does not yield warnings.
5
6
+ Background:
7
+ Given I'm working on the project "faked_project"
8
9
+ Scenario:
10
+ Given SimpleCov for RSpec is configured with:
11
+ """
12
+ require 'simplecov'
13
+ SimpleCov.start
14
15
16
+ When I successfully run `bundle exec rspec --warnings spec`
17
+ Then a coverage report should have been generated
18
+ And the output should not contain "warning"
0 commit comments