Skip to content

Commit 1d50517

Browse files
committed
require pathname in test_helper
1 parent e2e5986 commit 1d50517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/erbx/test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
22

33
require "erbx"
4+
require "pathname"
45
require "maxitest/autorun"
56

67
class Minitest::Spec

0 commit comments

Comments
 (0)