Faveod / arel-extensions

Extending Arel
MIT License
142 stars 24 forks source link

tests: jruby: remove unnecessary Arel::Table.engine intialization #65

Closed stackmystack closed 2 years ago

stackmystack commented 2 years ago

This initialization was at the source of flakiness in jruby 9.2 .

There's no need for intializing with FakeRecord when every single test decides whether to use it to do in vitro tests, or connect directly through proper DB adapters in an integration test.