summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2015-07-19 11:44:05 -0700
committerNoah Kantrowitz <noah@coderanger.net>2015-07-19 11:44:05 -0700
commit9003cc172248fe2c89771486dc3e2cada090df2e (patch)
treeb5a613b78fdbd2682b2127fed92dea280cb70a58
parentd62844985c5e5493580605355e8376c8acc4009e (diff)
downloadchef-9003cc172248fe2c89771486dc3e2cada090df2e.tar.gz
Missed a test.
-rw-r--r--spec/unit/recipe_spec.rb2
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"