summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-06-03 09:16:36 -0700
committerClaire McQuin <claire@getchef.com>2014-06-03 09:17:42 -0700
commit2c73b4d9979274ddaa657c279dc2860a5ee7a346 (patch)
tree3389182e49419c07b1863082f31fb5b16359d9fb
parentfaa14726e3610b616b1eeae91037875ae8e84fdd (diff)
downloadchef-2c73b4d9979274ddaa657c279dc2860a5ee7a346.tar.gz
fix indenting
-rw-r--r--spec/unit/application_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/application_spec.rb b/spec/unit/application_spec.rb
index 3b1eae0b55..f524f204e0 100644
--- a/spec/unit/application_spec.rb
+++ b/spec/unit/application_spec.rb
@@ -121,8 +121,8 @@ describe Chef::Application do
config_location_pathname
Pathname.stub(:new).with(config_location).and_return(config_location_pathname)
File.should_receive(:read).
- with(config_location).
- and_return(config_content)
+ with(config_location).
+ and_return(config_content)
end
it "should configure chef::config from a file" do