summaryrefslogtreecommitdiff
path: root/spec/support/the_bundle.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/the_bundle.rb')
-rw-r--r--spec/support/the_bundle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/the_bundle.rb b/spec/support/the_bundle.rb
index aa6bff7532..f252a4515b 100644
--- a/spec/support/the_bundle.rb
+++ b/spec/support/the_bundle.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-require "support/path"
+require_relative "path"
module Spec
class TheBundle