aboutsummaryrefslogtreecommitdiffstats
path: root/test/ripper/test_files.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ripper/test_files.rb')
-rw-r--r--test/ripper/test_files.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ripper/test_files.rb b/test/ripper/test_files.rb
index a00359360e..ca26e35bfc 100644
--- a/test/ripper/test_files.rb
+++ b/test/ripper/test_files.rb
@@ -1,11 +1,10 @@
require 'test/unit'
-require_relative '../ruby/envutil'
module TestRipper; end
class TestRipper::Generic < Test::Unit::TestCase
def test_parse_files
srcdir = File.expand_path("../../..", __FILE__)
- assert_separately(%W[--disable-gem -rripper -r#{__dir__}/../ruby/envutil - #{srcdir}],
+ assert_separately(%W[--disable-gem -rripper - #{srcdir}],
__FILE__, __LINE__, <<-'eom', timeout: Float::INFINITY)
TEST_RATIO = 0.05 # testing all files needs too long time...
class Parser < Ripper