diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 00:00:36 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 00:00:36 +0000 |
commit | f15db67993d9ea3f85fbabb60c8746d4d4b5f434 (patch) | |
tree | 6dd3a117ae3ad6af7b73b1d77bc08a5f70bf2e94 /lib/custodian | |
parent | a39ae5f9734d72bc6101597a33f0594b9d41105a (diff) |
Renamed
Diffstat (limited to 'lib/custodian')
-rw-r--r-- | lib/custodian/testfactory.rb (renamed from lib/custodian/protocoltest.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest.rb b/lib/custodian/testfactory.rb index 7c631c8..c736ac1 100644 --- a/lib/custodian/protocoltest.rb +++ b/lib/custodian/testfactory.rb @@ -13,7 +13,7 @@ require 'json' # file - or that line encoded as a JSON string. # # -class ProtocolTest +class TestFactory # |