fuel-library/deployment/puppet/osnailyfacter/modular/ssl/ssl_keys_saving_pre.rb

10 lines
226 B
Ruby

require File.join File.dirname(__FILE__), '../test_common.rb'
class SslKeysSavingPreTest < Test::Unit::TestCase
def test_ssl_data
assert TestCommon::Settings.lookup('use_ssl'), 'No SSL hash found in Hiera!'
end
end