features/pickle/create_from_machinist.feature in pickle-0.2.8 vs features/pickle/create_from_machinist.feature in pickle-0.2.9
- old
+ new
@@ -5,9 +5,10 @@
So that I can create models quickly and easily in my features
Scenario: I create a spoon, and see if it looks right
Given a spoon exists
Then the spoon should be round
+ And the spoon's round should be true
Scenario: I create a non round spoon, and see if it looks right
Given a spoon exists with round: false
Then the spoon should not be round
\ No newline at end of file