summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2021-02-25 16:46:39 -0800
committerGitHub <noreply@github.com>2021-02-25 16:46:39 -0800
commit62cb0d0eeeeedae10bdb51f0f109c31085932934 (patch)
tree0b60b088a83df00ce4a4d50279533d32728f2dcd
parent4b9fd1471426c3805b7d3e36db0e28f183aee877 (diff)
parentd6996ebef59efbb3101bac0e2e049fbc9e676d2c (diff)
downloadchef-zero-62cb0d0eeeeedae10bdb51f0f109c31085932934.tar.gz
Merge pull request #308 from chef/lcg/checking-ci
-rw-r--r--README.md2
-rw-r--r--spec/run_oc_pedant.rb2
2 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 224aa1a..86d2ce8 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## Description
-Chef Zero is a simple, easy-install, in-memory Chef server that can be useful for Chef Client testing and chef-solo-like tasks that require a full Chef Server. It IS intended to be simple, Chef 11+ compliant, easy to run and fast to start. It is NOT intended to be secure, scalable, performant or persistent. It does NO input validation, authentication or authorization (it will not throw a 400, 401 or 403). It does not save data, and will start up empty each time you start it.
+Chef Zero is a simple, easy-install, in-memory Chef server that can be useful for Chef Client testing and chef-solo-like tasks that require a full Chef Server. It IS intended to be simple, Chef 11+ compliant, easy to run and fast to start. It is NOT intended to be secure, scalable, performant or persistent. It does NO input validation, authentication or authorization (it will not throw a 400, 401 or 403). It does not save data, and will start up empty each time you start it.
Because Chef Zero runs in memory, it's super fast and lightweight. This makes it perfect for testing against a "real" Chef Server without mocking the entire Internet.
diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb
index a8c2566..13cfa5a 100644
--- a/spec/run_oc_pedant.rb
+++ b/spec/run_oc_pedant.rb
@@ -188,8 +188,6 @@ begin
# tests from chef-server as the user acls are not supported in chef-zero
# at this time.
"--skip-chef-zero-quirks",
-
- "--skip-status"
]
# The knife tests are very slow and don't give us a lot of extra coverage,