diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-01 15:11:35 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-01 15:11:35 -0800 |
commit | 5eecf37bd5d9063e0aaba58b7c7d555c92eed11d (patch) | |
tree | 191db68b57d6568c1ddd1345fec3f23131b4a8e0 /spec | |
parent | a96e0c9c458bf987e409a5ba30853fc0244ec9f9 (diff) | |
download | chef-5eecf37bd5d9063e0aaba58b7c7d555c92eed11d.tar.gz |
Don't rerun ohai for ohai_spec when not neededjdm/ohai-func-spec
Running ohai is slow
Diffstat (limited to 'spec')
-rw-r--r-- | spec/functional/resource/ohai_spec.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/functional/resource/ohai_spec.rb b/spec/functional/resource/ohai_spec.rb index 8b93f22613..e03614aa85 100644 --- a/spec/functional/resource/ohai_spec.rb +++ b/spec/functional/resource/ohai_spec.rb @@ -20,9 +20,7 @@ require "spec_helper" describe Chef::Resource::Ohai do let(:ohai) { - o = Ohai::System.new - o.all_plugins - o + OHAI_SYSTEM } let(:node) { Chef::Node.new } |