summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@delanotes.com>2014-04-30 13:29:16 -0400
committerdelano <delano@delanotes.com>2014-04-30 13:29:16 -0400
commiteb04d9319c0f08b7ea6fb6b7c7ff527cede8af14 (patch)
treeda67d15d3a7074a67abae67e75cf42cc45beedd4
parent44c9724119e12399cbd6c1cba671ed32ab0d3bda (diff)
parent9b0e528049b021fe9f78f74bdd211178aa14b624 (diff)
downloadnet-ssh-jefmathiot-master.tar.gz
Merge branch 'master' of github.com:jefmathiot/net-ssh into jefmathiot-masterjefmathiot-master
-rw-r--r--lib/net/ssh/test/socket.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/test/socket.rb b/lib/net/ssh/test/socket.rb
index 21a20f2..76ff18e 100644
--- a/lib/net/ssh/test/socket.rb
+++ b/lib/net/ssh/test/socket.rb
@@ -39,7 +39,7 @@ module Net; module SSH; module Test
# Allows the socket to also mimic a socket factory, simply returning
# +self+.
- def open(host, port)
+ def open(host, port, options={})
@host, @port = host, port
self
end