summaryrefslogtreecommitdiff
path: root/spec/unit/system_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/system_spec.rb')
-rw-r--r--spec/unit/system_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/unit/system_spec.rb b/spec/unit/system_spec.rb
index edaa202f..9212e145 100644
--- a/spec/unit/system_spec.rb
+++ b/spec/unit/system_spec.rb
@@ -94,7 +94,9 @@ end
EOF
with_plugin("repo1/lake.rb", <<EOF)
+Ohai.plugin(:Nature) do
provides 'fish'
+end
EOF
with_plugin("repo2/nature.rb", <<EOF)
@@ -104,7 +106,9 @@ end
EOF
with_plugin("repo2/mountain.rb", <<EOF)
+Ohai.plugin(:Nature) do
provides 'bear'
+end
EOF
before do