From 29b31fcbcf5fdfa0da67ee13ba956b4c99378eae Mon Sep 17 00:00:00 2001 From: danielsdeleo Date: Wed, 20 Jan 2016 17:12:47 -0800 Subject: Enable headers pedant tests --- spec/run_oc_pedant.rb | 3 +-- 1 file changed, 1 insertion(+), 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 = [] -- cgit v1.2.1