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 | 7c9a1939c426a7509cf5aa5055025f10a016fe5b (patch) | |
tree | 57abd0efefeb39bfe029f8c79ef031bf2f0830b8 /t | |
parent | f0ab6ec3f13066785d38573b068eec1271804ca4 (diff) |
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
Diffstat (limited to 't')
-rwxr-xr-x | t/test-custodian-testfactory.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-custodian-testfactory.rb b/t/test-custodian-testfactory.rb index b210ef9..a14fce9 100755 --- a/t/test-custodian-testfactory.rb +++ b/t/test-custodian-testfactory.rb @@ -3,7 +3,7 @@ require 'test/unit' -require 'custodian/protocoltest' +require 'custodian/protocoltests' |