summaryrefslogtreecommitdiff
path: root/spec/functional/shell_spec.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-31 23:21:38 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-31 23:21:38 -0700
commitad3ef0854ffd962f7d124612ee0bad18115212c5 (patch)
tree68ebfe6cb7bf8ed261e3f8b212365a1c131e6a38 /spec/functional/shell_spec.rb
parentf5ab1f1c6a8e5156e677c902ae67efb51976e3ca (diff)
downloadchef-ad3ef0854ffd962f7d124612ee0bad18115212c5.tar.gz
remove the specs, remove include from shell_spec
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'spec/functional/shell_spec.rb')
-rw-r--r--spec/functional/shell_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/functional/shell_spec.rb b/spec/functional/shell_spec.rb
index 8c8d7ba482..f4d8a06b52 100644
--- a/spec/functional/shell_spec.rb
+++ b/spec/functional/shell_spec.rb
@@ -1,6 +1,6 @@
#
# Author:: Daniel DeLeo (<dan@chef.io>)
-# Copyright:: Copyright 2012-2016, Chef Software, Inc.
+# Copyright:: Copyright 2012-2017, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,7 +20,6 @@ require "spec_helper"
require "functional/resource/base"
require "chef/version"
require "chef/shell"
-require "chef/mixin/command/unix"
describe Shell do
@@ -28,7 +27,6 @@ describe Shell do
# not catch cases where chef-shell fails to boot because of changes in
# chef/client.rb
describe "smoke tests", :unix_only => true do
- include Chef::Mixin::Command::Unix
TIMEOUT = 300