1
0
Fork 0
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:
Karunakar (Ruby) 2011-12-21 19:42:44 +05:30
parent f7d3db71fc
commit ed1b4ea3f9

View file

@ -1,5 +1,5 @@
require "cases/helper"
require 'logger'
require 'active_support/logger'
require 'active_support/core_ext/object/inclusion'
class SanitizerTest < ActiveModel::TestCase