summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2015-10-27 16:54:06 -0700
committerChris Doherty <cdoherty@chef.io>2015-11-10 14:50:22 -0800
commit3627567298769fcc3e6d9904c0f52a810e5a26b4 (patch)
treebdd211c9e16e7a57e8be431ebfbf8ba7f5886d5f /spec
parent1fb96253a01920001ad9b1471309518bc28a93a0 (diff)
downloadchef-zero-3627567298769fcc3e6d9904c0f52a810e5a26b4.tar.gz
Implement oc_pedant's REST routes for policyfiles.
Diffstat (limited to 'spec')
-rw-r--r--spec/run_oc_pedant.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index d2d1c84..a11448c 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -26,12 +26,14 @@ begin
require 'pedant'
require 'pedant/organization'
- #Pedant::Config.rerun = true
+ # Pedant::Config.rerun = true
Pedant.config.suite = 'api'
Pedant.config.internal_server = 'http://localhost:8889'
Pedant.config[:config_file] = 'spec/support/oc_pedant.rb'
Pedant.config[:server_api_version] = 0
+
+ # "the goal is that only authorization, authentication and validation tests are turned off" - @jkeiser
Pedant.setup([
'--skip-knife',
'--skip-keys',
@@ -46,7 +48,6 @@ begin
'--skip-headers',
# Chef 12 features not yet 100% supported by Chef Zero
- '--skip-policies',
'--skip-cookbook-artifacts',
'--skip-containers',
'--skip-api-v1'