forked from cucumber/cucumber-jvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dmytro Chyzhykov
committed
Aug 23, 2013
1 parent
c935592
commit 0f65ace
Showing
3 changed files
with
14 additions
and
13 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
16 changes: 14 additions & 2 deletions
16
spring/src/test/resources/cucumber/runtime/java/spring/dirtyCukes.feature
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 |
---|---|---|
@@ -1,10 +1,22 @@ | ||
Feature: Dirty Cukes | ||
Feature: Spring Dirty Cukes | ||
In order to have a completely clean system for each scenario | ||
As a purity activist | ||
I want each dirty scenario to have its own application context | ||
|
||
Scenario Outline: Eat some dirty cukes | ||
Scenario Outline: Eat some annotated dirty cukes | ||
Given I have <numberOfBeans> dirty cukes in my belly | ||
Then there are <numberOfBeans> dirty cukes in my belly | ||
|
||
Examples: | ||
| numberOfBeans | | ||
| 4 | | ||
| 2 | | ||
|
||
Scenario Outline: Eat some XML dirty beans | ||
Given I have <numberOfBeans> dirty beans in my belly | ||
Then there are <numberOfBeans> dirty beans in my belly | ||
|
||
Examples: | ||
| numberOfBeans | | ||
| 4 | | ||
| 2 | |
10 changes: 0 additions & 10 deletions
10
spring/src/test/resources/cucumber/runtime/java/spring/xmlBasedDirtiesSpring.feature
This file was deleted.
Oops, something went wrong.