summaryrefslogtreecommitdiff
path: root/t/test-custodian-util-ping.rb
AgeCommit message (Collapse)Author
2016-07-18Remove outdated tests.Steve Kemp
2015-03-09Whitespace fixups.Steve Kemp
These were all identified and suggested by rubocop.
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
So "foo" is less good than 'foo'.
2015-03-09Do not terminate expressions with ";".Steve Kemp
Ruby is not Perl, much as I sometimes wish it were.
2015-03-09Avoid "Array.new" and "Hash.new"Steve Kemp
Instead use {} + ().
2015-01-13Don't marry our code to ruby1.8Steve Kemp
2015-01-08Updated test to cope with DNS changesSteve Kemp
These days google.com resolves over both IPv4 and IPv6.
2012-11-23 Updated.Steve Kemp
2012-11-23 Simple test-cases.Steve Kemp