diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/custodian/parser.rb | 2 | ||||
-rw-r--r-- | lib/custodian/protocoltests.rb (renamed from lib/custodian/protocoltest.rb) | 0 | ||||
-rw-r--r-- | lib/custodian/worker.rb | 2 |
3 files changed, 2 insertions, 2 deletions
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' diff --git a/lib/custodian/protocoltest.rb b/lib/custodian/protocoltests.rb index 2d6a5fc..2d6a5fc 100644 --- a/lib/custodian/protocoltest.rb +++ b/lib/custodian/protocoltests.rb diff --git a/lib/custodian/worker.rb b/lib/custodian/worker.rb index 1f72eec..56dcbed 100644 --- a/lib/custodian/worker.rb +++ b/lib/custodian/worker.rb @@ -19,7 +19,7 @@ require 'custodian/settings' # # This list of all our protocol tests. # -require 'custodian/protocoltest' +require 'custodian/protocoltests' |