aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 50ddc85463..b042cfb679 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -22,10 +22,10 @@ if ActiveSupport::TestCase.respond_to?(:fixture_path=)
ActiveSupport::TestCase.fixtures :all
end
-require "action_mailroom/test_helper"
+require "action_mailbox/test_helper"
class ActiveSupport::TestCase
- include ActionMailroom::TestHelper, ActiveJob::TestHelper
+ include ActionMailbox::TestHelper, ActiveJob::TestHelper
end
if ARGV.include?("-v")