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 | e70227b100ad680c77d90d34003757e21d7ccf46 (patch) | |
tree | 6dd3a117ae3ad6af7b73b1d77bc08a5f70bf2e94 | |
parent | e2eb456f51294a136a21e48af242f4f3eb27badd (diff) |
Renamed
--HG--
rename : lib/custodian/protocoltest.rb => lib/custodian/testfactory.rb
-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 # |