diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-22 10:44:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 10:44:48 -0700 |
commit | 8c65304eb8f6a3bd107a7606b6a0e92e7ce7fc8f (patch) | |
tree | 60512c6471886218a4ad4a6f88fe079bac14b24b /spec/ohai_spec.rb | |
parent | 3cbf90d12abb2fe11bc486b87449a98ea02988d2 (diff) | |
parent | 0ae9e21462d65b78d54493adc6b7bd57eaca144b (diff) | |
download | ohai-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.rb | 2 |
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 |