mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Remove basic auth middleware
This commit is contained in:
parent
13293a675d
commit
b4c10a3f59
4 changed files with 0 additions and 79 deletions
|
@ -1,13 +1,6 @@
|
|||
require "./spec_helper"
|
||||
|
||||
describe "Macros" do
|
||||
describe "#basic_auth" do
|
||||
it "adds HTTPBasicAuthHandler" do
|
||||
basic_auth "serdar", "123"
|
||||
Kemal.config.handlers.size.should eq 6
|
||||
end
|
||||
end
|
||||
|
||||
describe "#public_folder" do
|
||||
it "sets public folder" do
|
||||
public_folder "/some/path/to/folder"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue