spec/helpers/certmeister_config_helper.rb in certmeister-1.0.1 vs spec/helpers/certmeister_config_helper.rb in certmeister-1.1.0

- old
+ new

@@ -16,6 +16,10 @@ def self.valid_config Certmeister::Config.new(valid_config_options) end + def self.custom_config(options) + Certmeister::Config.new(valid_config_options.merge(options)) + end + end