mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8 lines
185 B
Ruby
8 lines
185 B
Ruby
require "action_mailbox/test_helper"
|
|
require "active_support/test_case"
|
|
|
|
module ActionMailbox
|
|
class TestCase < ActiveSupport::TestCase
|
|
include ActionMailbox::TestHelper
|
|
end
|
|
end
|