mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix failing tests.
This commit is contained in:
@@ -12,6 +12,8 @@ module ApplicationTests
|
||||
build_app
|
||||
require "#{app_path}/config/environment"
|
||||
super
|
||||
@logger = MockLogger.new
|
||||
Rails.stubs(:logger).returns(@logger)
|
||||
end
|
||||
|
||||
def teardown
|
||||
|
||||
Reference in New Issue
Block a user