diff options
author | Miklos Fazekas <mfazekas@szemafor.com> | 2016-02-07 16:40:03 +0100 |
---|---|---|
committer | Miklos Fazekas <mfazekas@szemafor.com> | 2016-04-16 19:48:17 +0200 |
commit | 1e47189698a7624a4f5986b69bc622f900ee664f (patch) | |
tree | da16c9fa04a92804d9fd44916493fffdf21e9575 /test/integration/test_proxy.rb | |
parent | 0ceca8f39a74daa96d9675147abbe70036904519 (diff) | |
download | net-ssh-1e47189698a7624a4f5986b69bc622f900ee664f.tar.gz |
EventLoop abstraction
Diffstat (limited to 'test/integration/test_proxy.rb')
-rw-r--r-- | test/integration/test_proxy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test_proxy.rb b/test/integration/test_proxy.rb index 3286f34..8c54388 100644 --- a/test/integration/test_proxy.rb +++ b/test/integration/test_proxy.rb @@ -90,4 +90,4 @@ class TestProxy < NetSSHTest end end -end
\ No newline at end of file +end |