diff options
Diffstat (limited to 't/test-multi-ping.rb')
-rwxr-xr-x | t/test-multi-ping.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/test-multi-ping.rb b/t/test-multi-ping.rb index c7f65cf..e75947c 100755 --- a/t/test-multi-ping.rb +++ b/t/test-multi-ping.rb @@ -41,7 +41,6 @@ class TestMultiPing < Test::Unit::TestCase # # Calling with a hostname should be fine mistake. # - assert_nothing_raised do obj = Custodian::Util::Ping.new( "some.host.anme" ) end end |