features/email/email.feature in pickle-0.2.7 vs features/email/email.feature in pickle-0.2.8

- old
+ new

@@ -56,5 +56,9 @@ Given a user exists with name: "Fred", email: "fred@gmail.com" And an email "cool" with body: "some text <a href='http://example.com/users/1'>example page</a> more text" is delivered to fred@gmail.com Then 1 email should be delivered to the user And I follow "example page" in the email Then I should be at the user's page + + Scenario: Save and open email + Given an email "Gday" with body: "Gday Mate" is delivered to fred@gmail.com + Then show me the email