summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/run_oc_pedant.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index c587530..4334cd0 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -100,7 +100,6 @@ begin
'--skip-keys',
'--skip-controls',
'--skip-acl',
- '--skip-headers',
# Chef Zero does not intend to support validation the way erchef does.
'--skip-validation',
@@ -128,7 +127,7 @@ begin
'--skip-api-v1',
# The universe endpoint is unlikely to ever make sense for Chef Zero
- '--skip-universe'
+ '--skip-universe',
] + chef_fs_skips)
fail_fast = []