Changeset [cea13abb1924f73a53ce3187c223e8273ab02bc1] by Ches Martin
November 21st, 2014 @ 11:31 PM
Support Mongoid associations in find_model/s
Given a Post model that belongs to a User, there was
previously
asymmetry in that a Given step like this would work:
Given the following posts exist: | title | user | | foo | user: "bob" |
but a similar Then step would not:
Then the following posts should exist: | title | user | | foo | user: "bob" | https://github.com/ianwhite/pickle/commit/cea13abb1924f73a53ce3187c...
Committed by Ches Martin
- M lib/pickle/session.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Assign tickets to <b>Ian White</b>, so I get notified