Skip to content

Commit

Permalink
Fix actionmailer tests broken by #4751a69
Browse files Browse the repository at this point in the history
  • Loading branch information
jsl committed Mar 10, 2012
1 parent 4751a69 commit da1a920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/test/base_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def notify
end
end

assert_equal ["notify"], FooMailer.action_methods
assert_equal Set.new(["notify"]), FooMailer.action_methods
end

protected
Expand Down

0 comments on commit da1a920

Please sign in to comment.