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

9 lines
160 B
Ruby
Raw Normal View History

2014-08-26 16:08:49 -04:00
# encoding: utf-8
require 'active_support/test_case'
module ActiveJob
class TestCase < ActiveSupport::TestCase
include ActiveJob::TestHelper
end
end