cerebris / jsonapi-resources

A resource-focused Rails library for developing JSON:API compliant servers.
http://jsonapi-resources.com
MIT License
2.32k stars 532 forks source link

test: extract test app #1419

Closed bf4 closed 1 year ago

bf4 commented 1 year ago

I created new rails engine with a dummy app and copied that into our test folder in the same place, test/dummy. I suspect that using the incantantations in the generated test/dummy and test/test_helper.rb will help get us to Rails 7.1 test parity.

rails plugin new TestApp --mountable

All Submissions:

New Feature Submissions:

Bug fixes and Changes to Core Features:

Test Plan:

Reviewer Checklist:

bf4 commented 1 year ago

was trying to solve the problem which https://github.com/cerebris/jsonapi-resources/pull/1420 solves, so closing since this is interesting, but not needed