diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 17:32:29 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 17:32:29 +0000 |
commit | 3fca1ef5c2352bf0b81017eae36236e5f184ada4 (patch) | |
tree | e69b698641bfe6c2d102e0a0d2c6ba601090052c /lib/custodian/protocoltest/ping.rb | |
parent | 45716f98c83e65cb108587f35474c166a2a2b74b (diff) |
Removed the trailing ".rb" from our 'require ...' lines.
Diffstat (limited to 'lib/custodian/protocoltest/ping.rb')
-rw-r--r-- | lib/custodian/protocoltest/ping.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/ping.rb b/lib/custodian/protocoltest/ping.rb index c23e98d..03d4c0b 100644 --- a/lib/custodian/protocoltest/ping.rb +++ b/lib/custodian/protocoltest/ping.rb @@ -1,4 +1,4 @@ -require 'custodian/testfactory.rb' +require 'custodian/testfactory' # |