summaryrefslogtreecommitdiff
path: root/test/ripper/assert_parse_files.rb
AgeCommit message (Collapse)Author
2023-08-03Remove --disable-gems for assert_separatelyPeter Zhu
assert_separately adds --disable=gems so we don't need to add --disable-gems when calling assert_separately. Notes: Merged: https://github.com/ruby/ruby/pull/8162
2023-03-28Ripper: Add keyword options to `assert_parse_files`Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/7602
2019-07-23Split test/ripper/test_files.rb to run in parallelNobuyoshi Nakada