summaryrefslogtreecommitdiff
path: root/spec/unit/util/ip_helper_spec.rb
diff options
context:
space:
mode:
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