Skip to content

Commit

Permalink
Match load path test helper style of other gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Nov 7, 2024
1 parent 479f84b commit d7a2e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d7a2e7b

Please sign in to comment.