summaryrefslogtreecommitdiff
path: root/spec/unit/loader_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/loader_spec.rb')
-rw-r--r--spec/unit/loader_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/loader_spec.rb b/spec/unit/loader_spec.rb
index 9a024c56..3f3c1778 100644
--- a/spec/unit/loader_spec.rb
+++ b/spec/unit/loader_spec.rb
@@ -130,7 +130,7 @@ EOF
describe "when the plugin defines collect_data on the same platform more than once" do
it "shoud log an illegal plugin definition warning" do
- expect(loader.logger).to receive(:warn).with(/Plugin Definition Error: <#{path_to("illegal_def.rb")}>:/)
+ expect(Ohai::Log).to receive(:warn).with(/collect_data already defined on platform/)
loader.load_plugin(path_to("illegal_def.rb"))
end