summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/support/platform_helpers.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/support/platform_helpers.rb b/spec/support/platform_helpers.rb
index d54c6f20d2..9ba56a15e3 100644
--- a/spec/support/platform_helpers.rb
+++ b/spec/support/platform_helpers.rb
@@ -22,10 +22,6 @@ class DependencyProc < Proc
end
end
-class ShellHelpers
- extend Chef::Mixin::ShellOut
-end
-
def ruby_64bit?
!!(RbConfig::CONFIG["host_cpu"] =~ /x86_64/)
end