summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2015-12-08 15:52:12 -0800
committerChris Doherty <cdoherty@chef.io>2015-12-10 14:03:36 -0800
commitb7353c8ff6f9f432b0ad3727e883c425a8357109 (patch)
treecaf77931a583e795d35b1996b06d6475b8d2a3b5 /spec
parent582f9ded02b928afade414749656ad2411e6d9fa (diff)
downloadchef-zero-b7353c8ff6f9f432b0ad3727e883c425a8357109.tar.gz
Implement /cookbook_artifacts endpoints.
Diffstat (limited to 'spec')
-rw-r--r--spec/run_oc_pedant.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index 726279f..3cf873c 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -83,7 +83,10 @@ begin
'--skip-users',
'--skip-organizations',
'--skip-multiuser',
- '--skip-policies' # these are expected to be broken, they're what we're trying to fix.
+
+ # will be supported.
+ '--skip-policies',
+ '--skip-cookbook-artifacts',
]
else
[]
@@ -104,7 +107,6 @@ begin
'--skip-headers',
# Chef 12 features not yet 100% supported by Chef Zero
- '--skip-cookbook-artifacts',
'--skip-containers',
'--skip-api-v1'
] + chef_fs_skips)