mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Quiet warnings
This commit is contained in:
parent
eea6f7bcd8
commit
3a83097ee6
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ require 'rack/mock'
|
||||||
# Require all the stubs and models
|
# Require all the stubs and models
|
||||||
Dir[File.dirname(__FILE__) + '/stubs/*.rb'].each {|file| require file }
|
Dir[File.dirname(__FILE__) + '/stubs/*.rb'].each {|file| require file }
|
||||||
|
|
||||||
require 'celluloid'
|
|
||||||
$CELLULOID_DEBUG = false
|
$CELLULOID_DEBUG = false
|
||||||
$CELLULOID_TEST = false
|
$CELLULOID_TEST = false
|
||||||
|
require 'celluloid'
|
||||||
Celluloid.logger = Logger.new(StringIO.new)
|
Celluloid.logger = Logger.new(StringIO.new)
|
||||||
|
|
||||||
require 'faye/websocket'
|
require 'faye/websocket'
|
||||||
|
|
Loading…
Reference in a new issue