diff options
author | Thom May <thom@may.lt> | 2017-03-08 17:16:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 17:16:53 +0000 |
commit | 7ec7c0a6eace770532e064b0850aac52353f311c (patch) | |
tree | 913bbae9ed310a34963ed2f01c1bbb9f87e9d5e1 | |
parent | 4cf6a67c838c0e9dcff6ffb97c78afc027168de7 (diff) | |
download | chef-zero-7ec7c0a6eace770532e064b0850aac52353f311c.tar.gz |
Revert "Ensure that we create the keys pedant needs"revert-255-tm/fix_pedant_tests
-rw-r--r-- | spec/run_oc_pedant.rb | 4 |
1 files changed, 0 insertions, 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 |