Skip to content

Commit

Permalink
General cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 18, 2010
1 parent 3fd874b commit 5028989
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions features/plain/form_validations.feature
Expand Up @@ -66,22 +66,6 @@ Feature: Validation of forms
And the error message should be "has already been taken"

Scenario: A story invalid if it does not have 'Given' as a prefix
Given I can view the steps page
When I click new steps
And we fill in the step title with 'we have a new step'
Then submit the form
Then the step should be not saved
And the message 'Title must start with Given, When or Then' should be displayed

Scenario: A story invalid if it does not have 'When' as a prefix
Given I can view the steps page
When I click new steps
And we fill in the step title with 'we have a new step'
Then submit the form
Then the step should be not saved
And the message 'Title must start with Given, When or Then' should be displayed

Scenario: A story invalid if it does not have 'Then' as a prefix
Given I can view the steps page
When I click new steps
And we fill in the step title with 'we have a new step'
Expand Down

0 comments on commit 5028989

Please sign in to comment.