diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-14 17:51:28 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-14 17:51:28 +0000 |
commit | 2ec977e33a62669421a11431f8654957a4b01076 (patch) | |
tree | fccd97bb0aeb46bfade18da6c6bccdbd5cc25b23 /t | |
parent | 49438d0a66faecaecbdec279131c858ed9c0d70b (diff) |
WHitespace fixups
Diffstat (limited to 't')
-rwxr-xr-x | t/test-multi-ping.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/t/test-multi-ping.rb b/t/test-multi-ping.rb index d6e9743..d55c5e0 100755 --- a/t/test-multi-ping.rb +++ b/t/test-multi-ping.rb @@ -1,11 +1,12 @@ #!/usr/bin/ruby1.8 -I./lib/ -I../lib/ + + require 'test/unit' require 'custodian/multiping' - # # Unit test for our multi-ping tool. # @@ -93,4 +94,6 @@ class TestMultiPing < Test::Unit::TestCase assert( ! helper.is_ipv6? ) end end + + end |