aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/subscriber_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/subscriber_test.rb')
-rw-r--r--actionmailer/test/subscriber_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/test/subscriber_test.rb b/actionmailer/test/subscriber_test.rb
index aab53b385f..01a71f481d 100644
--- a/actionmailer/test/subscriber_test.rb
+++ b/actionmailer/test/subscriber_test.rb
@@ -31,7 +31,7 @@ module SubscriberTest
assert_match /Hello world/, @logger.logged(:debug).first
end
- def test_receive_is_notifier
+ def test_receive_is_notified
fixture = File.read(File.dirname(__FILE__) + "/fixtures/raw_email")
TestMailer.receive(fixture)
wait