1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix tests

This commit is contained in:
Max Shytikov 2013-07-30 20:03:57 +03:00
parent e2180e84a9
commit af1e3b7c48

View file

@ -8,7 +8,7 @@ class RailtieTest < ActiveModel::TestCase
require 'active_model/railtie'
# Set a fake logger to avoid creating the log directory automatically
fake_logger = mock()
fake_logger = Logger.new(nil)
@app ||= Class.new(::Rails::Application) do
config.eager_load = false