mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 17:53:14 -05:00
cf19607c3c
* adding gherkin * adding to array * fix space * Update Dockerfile * adding rules * adding rules Co-authored-by: SVN Migrator <someone@somewhere.com>
5 lines
204 B
Gherkin
5 lines
204 B
Gherkin
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
|