janko / uppy-s3_multipart

Provides Ruby endpoints for AWS S3 multipart uploads in Uppy
https://uppy.io/docs/aws-s3/
MIT License
65 stars 21 forks source link

Rewrite test suite using rack-test #27

Closed janko closed 1 year ago

janko commented 1 year ago

The test suite currently uses rack-test_app, which is not maintained anymore, and doesn't support Rack 3. The rack-test gem maintenance has since been taken over by Jeremy Evans, who fixed all outstanding issues and released 2.x. I liked being able to have an object onto which to make requests, but you can do the same thing with rack-test.