summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano.mandelbaum@gmail.com>2013-07-06 08:32:07 -0700
committerdelano <delano.mandelbaum@gmail.com>2013-07-06 08:32:07 -0700
commitb735892a0d71f19773bcf709b64371144e5f132d (patch)
tree1d105053473a3756eb0efdebd1107807fedae3a2
parent2120304fb6959d664ae6908fe3154a4ff5f98863 (diff)
downloadnet-ssh-b735892a0d71f19773bcf709b64371144e5f132d.tar.gz
Removed puts from test
-rw-r--r--test/test_config.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_config.rb b/test/test_config.rb
index 300c8a3..b22c5b6 100644
--- a/test/test_config.rb
+++ b/test/test_config.rb
@@ -120,7 +120,6 @@ class TestConfig < Test::Unit::TestCase
def test_load_wildcar_with_substitutes
config = Net::SSH::Config.load(config(:substitutes), "toto")
net_ssh = Net::SSH::Config.translate(config)
- puts net_ssh
assert_equal 'toto', net_ssh[:host_name]
end