aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/router_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/router_test.rb b/test/unit/router_test.rb
index adc4cb3d71..7dbacbb865 100644
--- a/test/unit/router_test.rb
+++ b/test/unit/router_test.rb
@@ -15,7 +15,7 @@ module ActionMailroom
test "routed to mailbox" do
@router.route create_inbound_email("welcome.eml")
- assert_equal $processed, "Discussion: Let's debate these attachments"
+ assert_equal "Discussion: Let's debate these attachments", $processed
end
end
end