summaryrefslogtreecommitdiff
path: root/spec/unit/util/ip_helper_spec.rb
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-01-25 11:38:49 +0000
committerGitHub <noreply@github.com>2017-01-25 11:38:49 +0000
commit1128df06fff4321e2002ec45c6548d0c63f9ae98 (patch)
tree510cbf4ba6008239235bd793af79d30bed230755 /spec/unit/util/ip_helper_spec.rb
parent3e27195210c8ee77114c4b6c39f56be1d91f42a4 (diff)
parent8bcca46f3b117f5085516569c3a0df81f725d752 (diff)
downloadohai-1128df06fff4321e2002ec45c6548d0c63f9ae98.tar.gz
Merge pull request #948 from chef/minor_spec_cleanup
Minor spec file cleanup
Diffstat (limited to 'spec/unit/util/ip_helper_spec.rb')
-rw-r--r--spec/unit/util/ip_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/util/ip_helper_spec.rb b/spec/unit/util/ip_helper_spec.rb
index 0532cbc9..bf6a4f22 100644
--- a/spec/unit/util/ip_helper_spec.rb
+++ b/spec/unit/util/ip_helper_spec.rb
@@ -15,7 +15,7 @@
# limitations under the License.
require "ipaddress"
-require "spec_helper"
+require_relative "../../spec_helper.rb"
require "ohai/util/ip_helper"
class IpHelperMock