diff --git a/test/test_helper.rb b/test/test_helper.rb index 1c194acc..bd13be9c 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,4 +1,4 @@ -$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) +$LOAD_PATH.unshift File.expand_path("../lib", __dir__) begin require "simplecov" SimpleCov.start do