summaryrefslogtreecommitdiff
path: root/spec/ohai_spec.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-22 10:44:48 -0700
committerGitHub <noreply@github.com>2019-04-22 10:44:48 -0700
commit8c65304eb8f6a3bd107a7606b6a0e92e7ce7fc8f (patch)
tree60512c6471886218a4ad4a6f88fe079bac14b24b /spec/ohai_spec.rb
parent3cbf90d12abb2fe11bc486b87449a98ea02988d2 (diff)
parent0ae9e21462d65b78d54493adc6b7bd57eaca144b (diff)
downloadohai-8c65304eb8f6a3bd107a7606b6a0e92e7ce7fc8f.tar.gz
Merge pull request #1349 from burtlo/fix/require-spec_helper
Replaces require_relative with require
Diffstat (limited to 'spec/ohai_spec.rb')
-rw-r--r--spec/ohai_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ohai_spec.rb b/spec/ohai_spec.rb
index f3de6b63..e57f7a39 100644
--- a/spec/ohai_spec.rb
+++ b/spec/ohai_spec.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require_relative "spec_helper.rb"
+require "spec_helper"
describe Ohai do