diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-29 08:39:24 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-29 08:39:24 -0800 |
commit | af9350d6f6cb9a2721eb483b409b458bb5eba129 (patch) | |
tree | 4d82739ad4053f507ab1e3c4871ad9f1b14c661f /spec | |
parent | 64d710ba30eae42e2dc8de0d8f1ff24e4d487c3f (diff) | |
download | chef-af9350d6f6cb9a2721eb483b409b458bb5eba129.tar.gz |
add spec helper
tests won't run in isolation with it.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/functional/shell_spec.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/functional/shell_spec.rb b/spec/functional/shell_spec.rb index c43f7bca01..ff99a4cb00 100644 --- a/spec/functional/shell_spec.rb +++ b/spec/functional/shell_spec.rb @@ -1,6 +1,6 @@ # # Author:: Daniel DeLeo (<dan@opscode.com>) -# Copyright:: Copyright (c) 2012 Opscode, Inc. +# Copyright:: Copyright (c) 2012-2016 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,6 +16,7 @@ # limitations under the License. # +require "spec_helper" require "functional/resource/base" require "chef/version" require "chef/shell" |