From ab76b9e9641d4735f75d96402758bd72acf65b8c Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 14 Nov 2012 22:17:41 +0000 Subject: Remap HTTPS -> HTTP --- lib/custodian.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/custodian.rb') 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" -- cgit v1.2.1