Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added feature for using pickle refs in a table
  • Loading branch information
ianwhite committed Nov 24, 2009
1 parent 3ebd1d5 commit d85d9f1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions features/pickle/create_from_factory_girl.feature
Expand Up @@ -39,8 +39,15 @@ Feature: I can easily create models from my factories
And a tine exists with fork: the fork

Then a tine should exist with fork: the fork

And the fork should be the tine's fork

Scenario: create a tine with fork refs in a table
Given 2 forks exist
And the following tines exist:
| fork |
| the 1st fork |
| the 2nd fork |
Then the 1st tine should be in the 1st fork's tines
And the 2nd tine should be in the 2nd fork's tines

Scenario: I create fork via a mapping
Given killah fork exists
Expand Down

0 comments on commit d85d9f1

Please sign in to comment.