Skip to content

Commit

Permalink
Add referencable find_models scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Mar 9, 2010
1 parent a7d1aeb commit 80f62f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions features/pickle/create_from_active_record.feature
Expand Up @@ -58,9 +58,11 @@ Feature: I can easily create models from my blueprints
| Jack |
| Pete |
And the following users should exist:
| status |
| alone |
| dead |
| user | status |
| lonely | alone |
| rotting | dead |
And the 1st user should be the user: "Jack"
And the 2nd user should be the user: "Pete"
And the user: "lonely" should be the user: "Jack"
And the user: "rotting" should be the user: "Pete"

0 comments on commit 80f62f1

Please sign in to comment.