aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/inbound_email_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/inbound_email_test.rb')
-rw-r--r--test/unit/inbound_email_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/inbound_email_test.rb b/test/unit/inbound_email_test.rb
index e4b7be2440..7c42188584 100644
--- a/test/unit/inbound_email_test.rb
+++ b/test/unit/inbound_email_test.rb
@@ -1,6 +1,6 @@
require_relative '../test_helper'
-module ActionMailroom
+module ActionMailbox
class InboundEmailTest < ActiveSupport::TestCase
test "mail provides the parsed source" do
assert_equal "Discussion: Let's debate these attachments", create_inbound_email_from_fixture("welcome.eml").mail.subject