Skip to content

Commit

Permalink
Simplifies tests scenarios by removing the scenario name
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriaHornero committed Jul 1, 2017
1 parent e992faf commit bedb3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/docs/defining_steps/ambiguous_steps.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Feature: Ambiguous Steps
"""
Feature:
Scenario: test 1
Scenario:
* a step
* an ambiguous step
Scenario: test 2
Scenario:
* step 1
* step 2
Expand Down

0 comments on commit bedb3d4

Please sign in to comment.