Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jan 11, 2009
1 parent c4212e3 commit fb485f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions features/cucumber_cli.feature
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Run single scenario
In order to speed up development
Developers should be able to run just a single scenario
Feature: Cucumber command line
In order to write better software
Developers should be able to execute requirements as tests

Scenario: Run single scenario with missing step definition
When I run cucumber -q features/sample.feature:3
Expand Down
24 changes: 12 additions & 12 deletions features/cucumber_cli_outlines.feature
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Feature: Run single scenario outline
In order to speed up development
Developers should be able to run just a single scenario outline
Feature: Cucumber command line
In order to write better software
Developers should be able to execute requirements as tests

Scenario: Run scenario outline steps only
When I run cucumber -q features/outline_sample.feature:3
Then it should pass with
"""
Feature: Outline Sample
Scenario Outline: Test state
Given <state> without a table
When I run cucumber -q features/outline_sample.feature:3
Then it should pass with
"""
Feature: Outline Sample
Scenario Outline: Test state
Given <state> without a table
|state |
|state |
1 scenario
1 scenario
"""
"""

Scenario: Run single scenario outline table row with missing step definition
When I run cucumber -q features/outline_sample.feature:7
Expand Down

0 comments on commit fb485f8

Please sign in to comment.