From 7c9a1939c426a7509cf5aa5055025f10a016fe5b Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Sat, 24 Nov 2012 18:56:13 +0000 Subject: Renamed 'custodian/protocoltest.rb' -> 'custodian/protocoltests.rb' to match what we did with the alerts. --HG-- rename : lib/custodian/protocoltest.rb => lib/custodian/protocoltests.rb --- lib/custodian/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/parser.rb') diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index 396deb6..0ebf667 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -7,7 +7,7 @@ require 'uri' # # This list of all our protocol tests. # -require 'custodian/protocoltest' +require 'custodian/protocoltests' -- cgit v1.2.1