Skip to content

Instantly share code, notes, and snippets.

View knaveofdiamonds's full-sized avatar

Roland Swingler knaveofdiamonds

View GitHub Profile
Sinatra::Default.set(:environment, :test)
module RackTestSinatra
include Rack::Test::Methods
def app
Sinatra::Application
end
alias :response :last_response