From 8987682c977d56717750a3c737fd8c56e9670a11 Mon Sep 17 00:00:00 2001 From: Claire McQuin Date: Wed, 16 Oct 2013 18:52:06 -0700 Subject: update spec_helper, system_spec to Ohai::Mixin::OS --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/spec_helper.rb') 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 -- cgit v1.2.1