diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 18:56:13 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 18:56:13 +0000 |
commit | 327672dedd6d308e594618c768f74e0b0ad1c6c4 (patch) | |
tree | 57abd0efefeb39bfe029f8c79ef031bf2f0830b8 /lib/custodian/worker.rb | |
parent | fc978b12289b070ab2274e5feacceb2d6836484b (diff) |
Renamed 'custodian/protocoltest.rb' -> 'custodian/protocoltests.rb' to match what we did with the alerts.
Diffstat (limited to 'lib/custodian/worker.rb')
-rw-r--r-- | lib/custodian/worker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |