aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/admin_request_controller_spec.rb
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2013-02-25 17:25:59 +1100
committerHenare Degan <henare.degan@gmail.com>2013-02-25 17:25:59 +1100
commit532a21ba4941197a13524ac3f1ce9267a46bec1d (patch)
treeaf99935a809b317d0f7f88c4492f99c7b1b9a910 /spec/controllers/admin_request_controller_spec.rb
parent506b848bc60cdaa5c33db73fd897d53c8240fcf4 (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.rb2
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