From 4ad0e3ea1dec22b3e4352cffea38e38316d5a4df Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 22 Nov 2012 00:33:24 +0000 Subject: Updated to stub out more code. --- lib/custodian/protocoltest/dns.rb | 2 +- lib/custodian/protocoltest/http.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/custodian/protocoltest') diff --git a/lib/custodian/protocoltest/dns.rb b/lib/custodian/protocoltest/dns.rb index b1dfa90..ab26a30 100644 --- a/lib/custodian/protocoltest/dns.rb +++ b/lib/custodian/protocoltest/dns.rb @@ -9,7 +9,7 @@ ### # # -class DNSTest < Testfactory +class DNSTest < TestFactory # diff --git a/lib/custodian/protocoltest/http.rb b/lib/custodian/protocoltest/http.rb index 846633a..fa97223 100644 --- a/lib/custodian/protocoltest/http.rb +++ b/lib/custodian/protocoltest/http.rb @@ -9,7 +9,7 @@ ### # # -class HTTPTest < Testfactory +class HTTPTest < TestFactory # # The line from which we were constructed. -- cgit v1.2.1