We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625e409 commit 58e1eacCopy full SHA for 58e1eac
test/helper.rb
@@ -1,5 +1,7 @@
1
# frozen_string_literal: true
2
-$:.unshift File.expand_path("../../lib", __FILE__)
+
3
+lib = File.expand_path("../../lib", __FILE__)
4
+$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
6
begin
7
if ENV["COVERALLS"]
0 commit comments