summaryrefslogtreecommitdiff
path: root/features/chef-client/run_solo.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/chef-client/run_solo.feature')
-rw-r--r--features/chef-client/run_solo.feature11
1 files changed, 0 insertions, 11 deletions
diff --git a/features/chef-client/run_solo.feature b/features/chef-client/run_solo.feature
deleted file mode 100644
index 0073833c94..0000000000
--- a/features/chef-client/run_solo.feature
+++ /dev/null
@@ -1,11 +0,0 @@
-@client @client_run_solo
-Feature: Run chef-solo
- In order to ensure a system is always correctly configured without chef-server
- As an Administrator
- I want to run the chef-solo
-
- Scenario: Run chef-solo without cookbooks should get error
- When I run chef-solo without cookbooks
- Then the run should exit '1'
- And 'stdout' should have 'FATAL: No cookbook found'
-