Skip to content

Commit edb4243

Browse files
committed
Explicitly require pathname
Bundler requires `pathname`, therefore it might not always be needed. But it is right thing to not rely on Bundler internals.
1 parent 3b65f65 commit edb4243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/i18n/load_path_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'test_helper'
2+
require 'pathname'
23

34
class I18nLoadPathTest < I18n::TestCase
45
def setup

0 commit comments

Comments
 (0)