Remove basic auth middleware

This commit is contained in:
sdogruyol 2016-11-26 21:50:50 +03:00
parent 13293a675d
commit b4c10a3f59
4 changed files with 0 additions and 79 deletions

View file

@ -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"