mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Added return_with macro to break response in the middle of the block.
This commit is contained in:
parent
7b1bc43a41
commit
8110788a41
3 changed files with 41 additions and 0 deletions
|
@ -155,4 +155,5 @@ describe "Kemal::RouteHandler" do
|
|||
client_response.status_code.should eq(302)
|
||||
client_response.headers.has_key?("Location").should eq(true)
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue