ruby/spec/syntax_suggest
Schneems 82883dc8f2 [ruby/syntax_suggest] Change assertion to not rely on exact text from prism
The original ripper test was very stable as the output didn't change. Prism is under active development and changing their output shouldn't cause a failure to the ruby/ruby test suite like 1933994031.

This commit moves from checking exact output to asserting that the string we get back is not empty. This should give the same level of confidence that some error message was caught, and is less brittle.

4b6abb763e
2023-12-05 18:25:42 +00:00
..
fixtures
integration [ruby/syntax_suggest] Bump minimum Ruby version & update standardrb 2023-12-04 22:29:44 +00:00
unit [ruby/syntax_suggest] Change assertion to not rely on exact text from prism 2023-12-05 18:25:42 +00:00
spec_helper.rb [ruby/syntax_suggest] standardrb --fix-unsafely spec/spec_helper.rb 2023-04-25 14:43:05 +09:00