Top "Rack-test" questions

How to iterate through an in-memory zip file in Ruby

I am writing a unit test, and one of them is returning a zip file and I want to check …

ruby zip in-memory rack-test
Sinatra unit test - post with JSON body

I am trying to build a unit test for a REST API I built using Sinatra. For right now I …

ruby unit-testing sinatra rack-test