1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib/active_job/test_case.rb

8 lines
140 B
Ruby
Raw Normal View History

require "active_support/test_case"
2014-08-26 16:08:49 -04:00
module ActiveJob
class TestCase < ActiveSupport::TestCase
include ActiveJob::TestHelper
2014-08-26 16:08:49 -04:00
end
end