diff options
Diffstat (limited to 'lib/custodian.rb')
-rw-r--r-- | lib/custodian.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian.rb b/lib/custodian.rb index 79fca72..6e95f38 100644 --- a/lib/custodian.rb +++ b/lib/custodian.rb @@ -149,6 +149,7 @@ class Custodian # Given a test-type "foo" we'll attempt to instantiate a class called FOOTest. # test = hash['test_type'] + test = "http" if ( test == "https" ) clazz = test.upcase clazz = "#{clazz}Test" |