diff options
| author | Claire McQuin <claire@getchef.com> | 2014-12-16 15:28:56 -0800 |
|---|---|---|
| committer | Claire McQuin <claire@getchef.com> | 2014-12-16 15:28:56 -0800 |
| commit | 95542859e4804dfec441375cd12792d392d4ca6a (patch) | |
| tree | 315ce2ab04155064d30c1dac89621c57ca55ccac | |
| parent | 4dff9551528b00cfe5d7864755b7d7650210d688 (diff) | |
| download | chef-mcquin/merge-master.tar.gz | |
Update to use :let syntax.mcquin/merge-master
| -rw-r--r-- | spec/unit/application/client_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application/client_spec.rb b/spec/unit/application/client_spec.rb index 3554b78c13..33af9bc5c1 100644 --- a/spec/unit/application/client_spec.rb +++ b/spec/unit/application/client_spec.rb @@ -74,7 +74,7 @@ Enable chef-client interval runs by setting `:client_fork = true` in your config it "should not terminate" do expect(Chef::Application).not_to receive(:fatal!) - @app.reconfigure + app.reconfigure end end |
