From da1a9203b42a67bb81d39319c7ecb99be48b20a3 Mon Sep 17 00:00:00 2001 From: "Justin S. Leitgeb" Date: Sat, 10 Mar 2012 15:48:55 -0500 Subject: Fix actionmailer tests broken by #4751a69 --- actionmailer/test/base_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer/test') diff --git a/actionmailer/test/base_test.rb b/actionmailer/test/base_test.rb index 65550ab505..5bba0e23d3 100644 --- a/actionmailer/test/base_test.rb +++ b/actionmailer/test/base_test.rb @@ -559,7 +559,7 @@ class BaseTest < ActiveSupport::TestCase end end - assert_equal ["notify"], FooMailer.action_methods + assert_equal Set.new(["notify"]), FooMailer.action_methods end protected -- cgit v1.2.3