We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e73061 commit 088fc24Copy full SHA for 088fc24
test/mri/tests/ripper/assert_parse_files.rb
@@ -3,7 +3,8 @@
3
4
module TestRipper; end
5
class TestRipper::Generic < Test::Unit::TestCase
6
- SRCDIR = File.expand_path("../../..", __FILE__)
+ # Changed from MRI to reflect the different relative path of the test suite.
7
+ SRCDIR = File.expand_path("../../../../..", __FILE__)
8
9
def assert_parse_files(dir, pattern = "**/*.rb")
10
assert_separately(%W[--disable-gem -rripper - #{SRCDIR}/#{dir} #{pattern}],
0 commit comments