search for: assert_select_email

Displaying 2 results from an estimated 2 matches for "assert_select_email".

2011 Aug 11
0
Fix for assert_select_email which is currently non-functional
A pull request to fix assert_select_email which is currently non-functional in Rails 3-0 and 3-1... https://github.com/rails/rails/pull/2499 +1''s Thanks, Andrew P.S. Other pull requests still waiting for approval in Rails 3-0 and 3-1... https://github.com/rails/rails/pull/2485 https://github.com/rails/rails/pull/2497 -- You...
2007 Feb 04
10
Spec''ing ActionMailer
Good morning (Pacific Time). I have a controller action that, as a side-effect, sends an email to an administrator. I want it to do something like this: specify "when someone successfully signs up, an email should be sent to the administrator with the person''s contact page" do post :signup, {...lots o'' params} response should_be success #