summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-16 09:46:22 -0700
committerGitHub <noreply@github.com>2020-09-16 09:46:22 -0700
commit6fe7e9371fed39c6feaea674538219a515caf74c (patch)
tree4125016915cb23f0181dfde25e7a26f68affbd78
parentfbbf000d9b8259713aa2366122ac1ea10c76ae92 (diff)
downloadmixlib-cli-6fe7e9371fed39c6feaea674538219a515caf74c.tar.gz
Update spec/mixlib/cli_spec.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--spec/mixlib/cli_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mixlib/cli_spec.rb b/spec/mixlib/cli_spec.rb
index 0aea3dd..922f28b 100644
--- a/spec/mixlib/cli_spec.rb
+++ b/spec/mixlib/cli_spec.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require File.expand_path(File.join(__dir__, "..", "spec_helper"))
+require "spec_helper"
describe Mixlib::CLI do
after(:each) do