summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorClaire McQuin <claire@opscode.com>2013-10-16 18:52:06 -0700
committerClaire McQuin <claire@opscode.com>2013-10-17 12:07:31 -0700
commit8987682c977d56717750a3c737fd8c56e9670a11 (patch)
treef4e7400f091225f02b521627483af77f245e945b /spec/spec_helper.rb
parent2531afecc141c8a19ba8e8b2958cb275bb647fa5 (diff)
downloadohai-8987682c977d56717750a3c737fd8c56e9670a11.tar.gz
update spec_helper, system_spec to Ohai::Mixin::OS
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 ad2996b7..580ca9af 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -46,7 +46,7 @@ def strict_const_defined?(object, const)
end
end
-if Ohai::OS.collect_os == /mswin|mingw32|windows/
+if Ohai::Mixin::OS.collect_os == /mswin|mingw32|windows/
ENV["PATH"] = ""
end