rack-test_app
rack-test_app copied to clipboard
more intuitive testing helper library for Rack app
Results
2
rack-test_app issues
Sort by
recently updated
recently updated
newest added
I needed to test how my app responds when "Content-Length" header missing (which is the case for `Transfer-Encoding: chunked` requests). For that I need the ability to remove default entries...
First of all, thank you for an awesome gem. So far I found it to be _much_ better than rack-test. One issue that I've encountered was, if the response Content-Type...