summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@chef.io>2016-01-20 17:12:47 -0800
committerdanielsdeleo <dan@chef.io>2016-01-20 17:12:47 -0800
commit29b31fcbcf5fdfa0da67ee13ba956b4c99378eae (patch)
treefcb29235f0f44883009f74eb360a0ba732532481
parent5833691383fd6522a6f9e5da48735d62c0f76ffe (diff)
downloadchef-zero-enable-headers.tar.gz
Enable headers pedant testsenable-headers
-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 = []