diff options
Diffstat (limited to 'lib/custodian')
| -rw-r--r-- | lib/custodian/protocoltest/ssl.rb | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/lib/custodian/protocoltest/ssl.rb b/lib/custodian/protocoltest/ssl.rb index cc36652..1dfe438 100644 --- a/lib/custodian/protocoltest/ssl.rb +++ b/lib/custodian/protocoltest/ssl.rb @@ -442,6 +442,16 @@ module Custodian          @error        end + +      # +      # Override the base behaviour so that we get a better failure +      # summary. +      # +      def get_type +        "ssl-validity" +      end + +              register_test_type 'https'      end | 
