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.
2 parents 25398cf + 32a5d45 commit d53c545Copy full SHA for d53c545
test/mri/excludes/TestRipper/Generic.rb
@@ -1 +1,2 @@
1
-exclude :"test_parse_files:ext", "needs investigation"
+exclude :"test_parse_files:ext", "Depends on MRI repository structure"
2
+exclude :"test_parse_files:sample", "Depends on MRI repository structure"
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