diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2015-07-19 11:44:05 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2015-07-19 11:44:05 -0700 |
commit | 9003cc172248fe2c89771486dc3e2cada090df2e (patch) | |
tree | b5a613b78fdbd2682b2127fed92dea280cb70a58 /spec/unit/recipe_spec.rb | |
parent | d62844985c5e5493580605355e8376c8acc4009e (diff) | |
download | chef-9003cc172248fe2c89771486dc3e2cada090df2e.tar.gz |
Missed a test.
Diffstat (limited to 'spec/unit/recipe_spec.rb')
-rw-r--r-- | spec/unit/recipe_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/recipe_spec.rb b/spec/unit/recipe_spec.rb index d74bbddb40..ea3ab44c16 100644 --- a/spec/unit/recipe_spec.rb +++ b/spec/unit/recipe_spec.rb @@ -163,8 +163,6 @@ describe Chef::Recipe do end it "selects the first one alphabetically even if the declaration order is reversed" do - expect(Chef::Log).to receive(:warn).with("You are overriding football2 on {:platform=>\"nbc_sports\"} with Sounders: used to be TottenhamHotspur. Use override: true if this is what you intended.") - TottenhamHotspur.provides :football2, platform: "nbc_sports" Sounders.provides :football2, platform: "nbc_sports" |