diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-21 23:15:44 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-21 23:15:44 +0000 |
commit | b7608cc947bcca078644516a288a6bef67f7f09a (patch) | |
tree | f56a9b3b97fb623d836d70363f84f913f1584011 /lib/custodian/protocoltest.rb | |
parent | 964d16d5f573b5a4c1571a1e1a52789f0cee565e (diff) |
Added .to_json method to serialize our tests.
Diffstat (limited to 'lib/custodian/protocoltest.rb')
-rw-r--r-- | lib/custodian/protocoltest.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest.rb b/lib/custodian/protocoltest.rb index 252946f..9a843c2 100644 --- a/lib/custodian/protocoltest.rb +++ b/lib/custodian/protocoltest.rb @@ -1,3 +1,5 @@ +require 'json' + # # @@ -10,6 +12,7 @@ # derived class for a given line from our configuration # file. # +# TODO: We also wish to create from json. # class ProtocolTest |