-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
functional test for getgauge/gauge-csharp#55
- Loading branch information
Sswaroop
committed
Apr 11, 2016
1 parent
46d0bb4
commit 111d524
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Duplicate step implementation | ||
=============================== | ||
|
||
Duplicate step implementation should atleast give a warning | ||
--------- | ||
* In an empty directory initialize a project named "duplicate_step_implementation" with the current language | ||
|
||
* Create a specification "duplicate step implementation" with the following contexts | ||
|step text |implementation | | ||
|----------------|----------------------------| | ||
|Concept step one|"inside first concept step" | | ||
|Concept step one|"inside second concept step"| | ||
|
||
* Execute the spec "duplicate step implementation" and ensure failure |