Skip to content

Commit

Permalink
adjust cuke for master changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 15, 2020
1 parent b77720a commit 074f505
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions features/minitest_basic.feature
@@ -1,5 +1,8 @@
Feature:

Background:
Given I'm working on the project "faked_project"

Scenario:
Given SimpleCov for Minitest is configured with:
"""
Expand All @@ -16,8 +19,8 @@ Feature:

And I should see the source files:
| name | coverage |
| lib/faked_project/some_class.rb | 80.0 % |
| minitest/some_test.rb | 100.0 % |
| lib/faked_project/some_class.rb | 80.00 % |
| minitest/some_test.rb | 100.00 % |

Scenario:
Given SimpleCov for Minitest is configured with:
Expand All @@ -33,4 +36,4 @@ Feature:

And I should see the source files:
| name | coverage |
| lib/faked_project/some_class.rb | 80.0 % |
| lib/faked_project/some_class.rb | 80.00 % |

0 comments on commit 074f505

Please sign in to comment.