diff options
-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 # |