Skip to content

Commit

Permalink
took ticks out of worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wavell committed May 20, 2011
1 parent b00ab12 commit c418a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -102,12 +102,12 @@ Your normal workflow will start with writing a feature with scenarios similar to
```ruby
Feature: Home Page
In order to work in my app
As my app's personnel
As my apps personnel
I need to land on the home page
Scenario: Land on the hope page
Given I am logged in
Then I should see "My App's greeting"
Then I should see "My Apps greeting"
And I should see "Something else that I want to check"
````
The feature relates to something to what the user wants to be able to do in your application.
Expand Down

0 comments on commit c418a2d

Please sign in to comment.