summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Nordsieck <theo@opscode.com>2013-08-12 09:30:29 -0700
committerTheodore Nordsieck <theo@opscode.com>2013-08-12 09:30:29 -0700
commite271bcb057a5c771d77199e43c5e9b92f3896d7e (patch)
treee7d78d08c1035cbcf6dfd41c5a59bd7bff98c89e
parentfdd4f8fa0571eda7a5486a2e3fa2d982a4b22eff (diff)
downloadohai-e271bcb057a5c771d77199e43c5e9b92f3896d7e.tar.gz
removed debug info
-rw-r--r--spec/unit/path/ohai_plugin_common.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/path/ohai_plugin_common.rb b/spec/unit/path/ohai_plugin_common.rb
index aa86ecef..43e41c13 100644
--- a/spec/unit/path/ohai_plugin_common.rb
+++ b/spec/unit/path/ohai_plugin_common.rb
@@ -159,7 +159,6 @@ shared_context "cross platform data" do
e[:platform].each do |platform|
e[:arch].each do |arch|
e[:env].each do |env|
- RUBY_PLATFORM = "windows"
it "provides data when the platform is '#{platform}', the architecture is '#{arch}' and the environment is '#{env}'", :unix_only do
path = OhaiPluginCommon.get_path
cmd_not_found = Set.new