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

Quiet warnings

This commit is contained in:
David Heinemeier Hansson 2015-12-16 22:02:30 +01:00
parent eea6f7bcd8
commit 3a83097ee6

View file

@ -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'