summaryrefslogtreecommitdiff
path: root/spec/functional/resource/base.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-01-17 10:51:56 -0800
committersersut <serdar@opscode.com>2014-03-07 12:33:19 -0800
commita9208c6825228b6d1ee1d6a8e5cad4a1349641cb (patch)
treeae19a1869ff04732151dcd2a292aa2e9c8bcb7b7 /spec/functional/resource/base.rb
parent8466b2ba237e6d579c92b3e39084d0d2ad027f4b (diff)
downloadchef-a9208c6825228b6d1ee1d6a8e5cad4a1349641cb.tar.gz
Remove the unneeded running of "os" plugin.
Diffstat (limited to 'spec/functional/resource/base.rb')
-rw-r--r--spec/functional/resource/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/base.rb b/spec/functional/resource/base.rb
index 48a53fe4aa..056db39877 100644
--- a/spec/functional/resource/base.rb
+++ b/spec/functional/resource/base.rb
@@ -22,7 +22,7 @@ def ohai
# provider is platform-dependent, we need platform ohai data:
@OHAI_SYSTEM ||= begin
ohai = Ohai::System.new
- ohai.all_plugins(["os", "platform"])
+ ohai.all_plugins("platform")
ohai
end
end