diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-25 17:25:59 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-02-25 17:25:59 +1100 |
commit | 532a21ba4941197a13524ac3f1ce9267a46bec1d (patch) | |
tree | af99935a809b317d0f7f88c4492f99c7b1b9a910 /spec/controllers/admin_request_controller_spec.rb | |
parent | 506b848bc60cdaa5c33db73fd897d53c8240fcf4 (diff) |
Update to new mail sending API
Diffstat (limited to 'spec/controllers/admin_request_controller_spec.rb')
-rw-r--r-- | spec/controllers/admin_request_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/admin_request_controller_spec.rb b/spec/controllers/admin_request_controller_spec.rb index f644e0146..b51aaa9ad 100644 --- a/spec/controllers/admin_request_controller_spec.rb +++ b/spec/controllers/admin_request_controller_spec.rb @@ -250,7 +250,7 @@ describe AdminRequestController, "when administering the holding pen" do end it 'should not send a notification email' do - ContactMailer.should_not_receive(:deliver_from_admin_message) + ContactMailer.should_not_receive(:from_admin_message) make_request end |