summaryrefslogtreecommitdiff
path: root/spec/spec_helper.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/spec_helper.rb
parent8466b2ba237e6d579c92b3e39084d0d2ad027f4b (diff)
downloadchef-a9208c6825228b6d1ee1d6a8e5cad4a1349641cb.tar.gz
Remove the unneeded running of "os" plugin.
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index c7ebb11d3f..88e38bdc4b 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -87,7 +87,7 @@ Dir["spec/support/**/*.rb"].
each { |f| require f }
OHAI_SYSTEM = Ohai::System.new
-OHAI_SYSTEM.all_plugins(["os", "platform"])
+OHAI_SYSTEM.all_plugins("platform")
TEST_PLATFORM = OHAI_SYSTEM["platform"].dup.freeze
TEST_PLATFORM_VERSION = OHAI_SYSTEM["platform_version"].dup.freeze