summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-09-30 08:44:46 -0700
committerClaire McQuin <claire@getchef.com>2014-10-01 14:31:06 -0700
commitea430b7ef437e004afb8826adad36c60588f4ddc (patch)
treeca21794a59962bf56478b3c9269e1a86acdfd149 /spec
parent9001bbc2d6ff694ddb31fd8b437b4e28367db839 (diff)
downloadchef-ea430b7ef437e004afb8826adad36c60588f4ddc.tar.gz
Tidy up some comments, whitespace.
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/application/client_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/unit/application/client_spec.rb b/spec/unit/application/client_spec.rb
index a3599e2ac0..1ff82453bf 100644
--- a/spec/unit/application/client_spec.rb
+++ b/spec/unit/application/client_spec.rb
@@ -168,6 +168,8 @@ end
describe Chef::Application::Client, "run_application", :unix_only do
before(:each) do
+ Chef::Config[:specific_recipes] = [] # normally gets set in @app.reconfigure
+
@app = Chef::Application::Client.new
@app.setup_signal_handlers
# Default logger doesn't work correctly when logging from a trap handler.