ruby / spec

The Ruby Spec Suite aka ruby/spec
MIT License
600 stars 388 forks source link

Add `expect_syntax_error` spec helper #1188

Open amomchilov opened 3 months ago

amomchilov commented 3 months ago

This was a really common pattern that I needed to repeat several times in #1187.

I noticed it repeated a bunch (69 times), and could be simplified really nicely with this little helper method.