crystal tool format

This commit is contained in:
Johannes Müller 2017-10-18 17:57:49 +02:00 committed by sdogruyol
parent 6d12d111f4
commit e6dc494f7e
3 changed files with 4 additions and 3 deletions

View file

@ -65,8 +65,8 @@ describe "Kemal::WebSocketHandler" do
it "matches correct verb" do
app = Kemal::Base.new
handler = app.websocket_handler
handler.next = app.route_handler
handler = app.websocket_handler
handler.next = app.route_handler
app.ws "/" { }
app.get "/" { "get" }
request = HTTP::Request.new("GET", "/")