mirror of
https://github.com/jimeh/amqp-failover.git
synced 2026-02-19 02:46:43 +00:00
fixed a bug in spec/server_helper
This commit is contained in:
@@ -5,13 +5,13 @@ module ServerHelper
|
||||
|
||||
class << self
|
||||
def log
|
||||
@log ||= []
|
||||
@@log ||= []
|
||||
end
|
||||
attr_writer :log
|
||||
end
|
||||
|
||||
def log(*args)
|
||||
SpecServer.log << args
|
||||
@@log << args
|
||||
# silence Output
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user