1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailbox/lib/action_mailbox/test_case.rb
2018-12-25 21:32:35 -05:00

10 lines
216 B
Ruby

# 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