Skip to content

Commit

Permalink
functional test for getgauge/gauge-csharp#55
Browse files Browse the repository at this point in the history
  • Loading branch information
Sswaroop committed Apr 11, 2016
1 parent 46d0bb4 commit 111d524
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions specs/execution/duplicate_step_implementation.spec
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

0 comments on commit 111d524

Please sign in to comment.