From 7ec7c0a6eace770532e064b0850aac52353f311c Mon Sep 17 00:00:00 2001 From: Thom May Date: Wed, 8 Mar 2017 17:16:53 +0000 Subject: Revert "Ensure that we create the keys pedant needs" --- spec/run_oc_pedant.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index c4325ba..c68681c 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -6,8 +6,6 @@ require "bundler/setup" require "chef_zero/server" require "rspec/core" -require "openssl" - # This file runs oc-chef-pedant specs and is invoked by `rake pedant` # and other Rake tasks. Run `rake -T` to list tasks. # @@ -196,8 +194,6 @@ begin default_skips + chef_fs_skips + %w{ --skip-knife } end - ENV["SUPERUSER_KEY"] = OpenSSL::PKey::RSA.new(2048).to_pem - ENV["WEBUI_KEY"] = OpenSSL::PKey::RSA.new(2048).to_pem Pedant.setup(pedant_args + pedant_args_from_env) rspec_args = Pedant.config.rspec_args + rspec_args_from_env -- cgit v1.2.1