Skip to content

Commit

Permalink
Updated cucumber tests
Browse files Browse the repository at this point in the history
- Using »When I run "<cmd>"« is deprecated, you should use `backticks` instead
  • Loading branch information
x3rAx committed Aug 1, 2014
1 parent 389d6c1 commit 53af484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gem-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ Feature: Food
I want to be as objective as possible
Scenario: Broccoli is gross
When I run "foodie portray broccoli"
When I run `foodie portray broccoli`
Then the output should contain "Gross!"
Scenario: Tomato, or Tomato?
When I run "foodie pluralize --word Tomato"
When I run `foodie pluralize --word Tomato`
Then the output should contain "Tomatoes"
```

Expand Down Expand Up @@ -379,7 +379,7 @@ Feature: Generating things
I want foodie to hold my hand, tightly
Scenario: Recipes
When I run "foodie recipe dinner steak"
When I run `foodie recipe dinner steak`
Then the following files should exist:
| dinner/steak.txt |
Then the file "dinner/steak.txt" should contain:
Expand Down

0 comments on commit 53af484

Please sign in to comment.