mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Seperate websocket and websocket handler. Fixes #395
This commit is contained in:
parent
3050b75f0a
commit
fe9d193418
10 changed files with 76 additions and 39 deletions
|
@ -12,7 +12,7 @@ describe "Macros" do
|
|||
it "adds a custom handler" do
|
||||
add_handler CustomTestHandler.new
|
||||
Kemal.config.setup
|
||||
Kemal.config.handlers.size.should eq 6
|
||||
Kemal.config.handlers.size.should eq 7
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue