diff options
author | Claire McQuin <claire@getchef.com> | 2014-06-03 09:16:36 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-06-03 09:17:42 -0700 |
commit | 2c73b4d9979274ddaa657c279dc2860a5ee7a346 (patch) | |
tree | 3389182e49419c07b1863082f31fb5b16359d9fb /spec/unit/application_spec.rb | |
parent | faa14726e3610b616b1eeae91037875ae8e84fdd (diff) | |
download | chef-2c73b4d9979274ddaa657c279dc2860a5ee7a346.tar.gz |
fix indenting
Diffstat (limited to 'spec/unit/application_spec.rb')
-rw-r--r-- | spec/unit/application_spec.rb | 4 |
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 |