aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/lib/action_mailbox/test_case.rb
blob: a501e8a7ca7c87599df918c92e2fa8da1a7eb500 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require "action_mailbox/test_helper"
require "active_support/test_case"

module ActionMailbox
  class TestCase < ActiveSupport::TestCase
    include ActionMailbox::TestHelper
  end
end