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

Add maxitest #1441

Open lgebhardt opened 10 months ago

lgebhardt commented 10 months ago

All Submissions:

New Feature Submissions:

Bug fixes and Changes to Core Features:

Test Plan:

Reviewer Checklist:

bf4 commented 10 months ago

Confirmed I can run tests locally with this just fine

bundle exec mtest test/integration/requests/request_test.rb

and

bundle exec rake test

and

bundle exec rake test TEST=test/integration/requests/request_test.rb