Add multipart support <3

This commit is contained in:
sdogruyol 2016-10-01 18:18:28 +03:00
parent ad9790b9d8
commit 7efe69ac31
5 changed files with 24 additions and 2 deletions

View file

@ -135,7 +135,7 @@ describe "Macros" do
end
describe "#serve_static" do
it "should disble static file hosting" do
it "should disable static file hosting" do
serve_static false
Kemal.config.serve_static.should eq false
end