Skip to content

Commit f9ce8fd

Browse files
committed
use simpler require path in tests
1 parent 88cf908 commit f9ce8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_pygments.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
require 'test/unit'
4-
require File.join(File.dirname(__FILE__), '..', '/lib/pygments.rb')
4+
require 'pygments'
55
ENV['mentos-test'] = 'yes'
66

77
P = Pygments

0 commit comments

Comments
 (0)