mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Changed the require path for logger
This commit is contained in:
parent
f7d3db71fc
commit
ed1b4ea3f9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
require "cases/helper"
|
||||
require 'logger'
|
||||
require 'active_support/logger'
|
||||
require 'active_support/core_ext/object/inclusion'
|
||||
|
||||
class SanitizerTest < ActiveModel::TestCase
|
||||
|
|
Loading…
Reference in a new issue