mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix naming collision
This commit is contained in:
parent
1b7ae86f26
commit
c696cffcf6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require 'jobs/logging_job'
|
|||
require 'jobs/nested_job'
|
||||
require 'models/person'
|
||||
|
||||
class AdapterTest < ActiveSupport::TestCase
|
||||
class LoggingTest < ActiveSupport::TestCase
|
||||
include ActiveSupport::LogSubscriber::TestHelper
|
||||
include ActiveSupport::Logger::Severity
|
||||
|
||||
|
|
Loading…
Reference in a new issue