tapioca icon indicating copy to clipboard operation
tapioca copied to clipboard

Check test RBI files for well-formedness

Open paracycle opened this issue 4 years ago • 0 comments

Motivation

@ryanwilsonperkin caught a problem with the RBI output in Active Record relations generator, which reminded me that we should be checking RBI files for well-formedness automatically in every test.

Implementation

After every RBI file is generated as a string, we pass it through Sorbet and just check the error-code. If there is an error, we show the Sorbet output which should help figure out the problem.

Tests

No automated test cases.

paracycle avatar Oct 20 '21 17:10 paracycle