From da022e6d19f885eedfa4f5f67adaee207fa16bcd Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Wed, 12 Feb 2020 12:48:26 +0100 Subject: [PATCH] adjust cuke for master changes --- features/minitest_basic.feature | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/features/minitest_basic.feature b/features/minitest_basic.feature index f8b36d66..89e38393 100644 --- a/features/minitest_basic.feature +++ b/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: """ @@ -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: @@ -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 % |