Dear all,

Wanted to let people know  that Ben Mabey has an excellent little plugin
here: http://github.com/bmabey/email-spec/tree/master

For testing e-mail.

Aaron Gibralter made some additions as well here:
http://github.com/agibralter/email-spec/tree/master

I made some further changes here:
http://github.com/mischa/email-spec/tree/master

With my current version, you can do stories like below. Obviously you
wouldn't use all of those steps, but I wanted to show what is possible.

   Scenario: A new person signs up
      Given I am at "/"
      And a clear email queue
      When I fill in "Email" with "[email protected]"
      And I fill in "Password" with "monkey"
      And I fill in "Password confirmation" with "monkey"
      And I press "Sign up"
      Then "[email protected]" should receive 1 email
      And "[email protected]" should have 1 email
      And "[email protected]" should not receive an email
      When I open the email
      Then I should see "confirm" in the email
      And I should see "Account confirmation" in the subject
      When I follow "confirm" in the email
      Then I should see "Confirm your new account"


Best,

M
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to