Skip to content

Commit

Permalink
Repeated example removed from suite
Browse files Browse the repository at this point in the history
  • Loading branch information
nando committed Mar 16, 2010
1 parent f0be0f3 commit fd04a05
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions features/rails_generators/caracteristica_generator.feature
Expand Up @@ -32,15 +32,9 @@ Feature: caracteristica generator
| mundo_pepino_steps | | mundo_pepino_steps |




Scenario Outline: generate característica setting language: es at the beginning of the file Scenario: generate característica setting language: es at the beginning of the file
Given I run executable "script/generate" with arguments "<generator>" Given I run executable "script/generate" with arguments "mundo_pepino"


When I run executable "script/generate" with arguments "caracteristica Orchard Huerto name:string:nombre" When I run executable "script/generate" with arguments "caracteristica Orchard Huerto name:string:nombre"


Then I should see '# language: es' in features/gestion_de_huertos.feature Then I should see '# language: es' in features/gestion_de_huertos.feature

Examples:
| generator |
| mundo_pepino |
| mundo_pepino_steps |

0 comments on commit fd04a05

Please sign in to comment.