diff options
author | danielsdeleo <dan@chef.io> | 2016-01-20 17:12:47 -0800 |
---|---|---|
committer | danielsdeleo <dan@chef.io> | 2016-01-21 09:13:33 -0800 |
commit | 180dc06ba3ae6f005854a75abe248971c22509b6 (patch) | |
tree | ad291897a2ef5a164b8817bbc0e7e8743a2c2c4a /spec | |
parent | e1fe9cb7c2b79ba4b8c89b27b86bff4ca3ca1b8e (diff) | |
download | chef-zero-180dc06ba3ae6f005854a75abe248971c22509b6.tar.gz |
Enable headers pedant tests
Diffstat (limited to 'spec')
-rw-r--r-- | spec/run_oc_pedant.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index e26cabb..b7a3619 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -103,7 +103,6 @@ begin '--skip-keys', '--skip-controls', '--skip-acl', - '--skip-headers', # Chef Zero does not intend to support validation the way erchef does. '--skip-validation', @@ -131,7 +130,7 @@ begin '--skip-api-v1', # The universe endpoint is unlikely to ever make sense for Chef Zero - '--skip-universe' + '--skip-universe', ] # The knife tests are very slow and don't give us a lot of extra coverage, |