diff --git a/Test.feature b/Test.feature new file mode 100644 index 0000000000..f0bcfdae7d --- /dev/null +++ b/Test.feature @@ -0,0 +1,9 @@ +Feature: Test for the no-dupe-scenario-names rule + +Scenario: This is a Scenario for no-dupe-scenario-names + Given I have 2 scenarios with the same name + Then I should see a no-dupe-scenario-names error + +Scenario: This is a Scenario for no-dupe-scenario-names + Given I have 2 scenarios with the same name + Then I should see a no-dupe-scenario-names error