diff --git a/features/pickle/create_from_active_record.feature b/features/pickle/create_from_active_record.feature index 6b783300..17de2009 100644 --- a/features/pickle/create_from_active_record.feature +++ b/features/pickle/create_from_active_record.feature @@ -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"