rack-test icon indicating copy to clipboard operation
rack-test copied to clipboard

Rack::Test is a small, simple testing API for Rack apps.

Results 1 rack-test issues
Sort by recently updated
recently updated
newest added

`@last_response.finish` modifies the response, and in Rack 3.1 it can add `content-length` which in some cases is unexpected. Rails is trying to test “streaming” - `#each` without `#to_ary` - and...