diff options
| author | Tim Smith <tsmith@chef.io> | 2019-04-17 13:21:28 -0700 |
|---|---|---|
| committer | Tim Smith <tsmith@chef.io> | 2019-04-17 13:21:28 -0700 |
| commit | b4fc5a1634f3312a5318ece9ccfc58d5aebb775d (patch) | |
| tree | ed859f03ad3338200d5ea2a1646923da1e141362 /spec/unit/application_spec.rb | |
| parent | c7326d0b518ad7c22ffdf70413f5955888aba432 (diff) | |
| download | chef-b4fc5a1634f3312a5318ece9ccfc58d5aebb775d.tar.gz | |
Break the error message into 2 sentences
We can English
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/unit/application_spec.rb')
| -rw-r--r-- | spec/unit/application_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application_spec.rb b/spec/unit/application_spec.rb index 480f38349f..e76e21bddc 100644 --- a/spec/unit/application_spec.rb +++ b/spec/unit/application_spec.rb @@ -162,7 +162,7 @@ describe Chef::Application do it "should emit a warning" do expect(Chef::Config).not_to receive(:from_file).with("/etc/chef/default.rb") - expect(Chef::Log).to receive(:warn).with("No config file found or specified on command line, using command line options instead.") + expect(Chef::Log).to receive(:warn).with("No config file found or specified on command line. Using command line options instead.") @app.configure_chef end end |
