diff --git a/spec/connection_spec.rb b/spec/connection_spec.rb index dfcb55e..95574dc 100644 --- a/spec/connection_spec.rb +++ b/spec/connection_spec.rb @@ -37,7 +37,7 @@ #POG: class Stomp::Connection - def _receive( s, connread = false ) + def _receive( s, connread = false, niocheck = false ) end end