summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-09 12:26:29 -0700
committerGitHub <noreply@github.com>2020-09-09 12:26:29 -0700
commit941da22b44f5bbd3bf3ccf6b6b507791763ca191 (patch)
tree98a7382a711eb1a56343a004ebb0810e0f580a17
parent979a46f33856eee18f6334396935b9025b37d221 (diff)
downloadmixlib-log-941da22b44f5bbd3bf3ccf6b6b507791763ca191.tar.gz
Update spec/mixlib/log/formatter_spec.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--spec/mixlib/log/formatter_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mixlib/log/formatter_spec.rb b/spec/mixlib/log/formatter_spec.rb
index d06ea51..537433e 100644
--- a/spec/mixlib/log/formatter_spec.rb
+++ b/spec/mixlib/log/formatter_spec.rb
@@ -17,7 +17,7 @@
#
require "time" unless defined?(Time.zone_offset)
-require File.expand_path(File.join(__dir__, "..", "..", "spec_helper"))
+require "spec_helper"
RSpec.describe Mixlib::Log::Formatter do
before(:each) do