mirror of https://github.com/rails/rails
Modified how to handle if ActiveRecord is defined.
This commit is contained in:
parent
d2888de598
commit
44791a2bc6
|
@ -24,7 +24,7 @@ if defined?(MiniTest)
|
|||
end
|
||||
end
|
||||
|
||||
if defined?(ActiveRecord)
|
||||
if defined?(ActiveRecord::Base)
|
||||
require 'active_record/test_case'
|
||||
|
||||
class ActiveSupport::TestCase
|
||||
|
|
Loading…
Reference in New Issue