Add macro specs

This commit is contained in:
sdogruyol 2016-01-03 13:22:43 +02:00
parent 806b129b1c
commit c21567fe17
5 changed files with 20 additions and 6 deletions

View file

@ -28,9 +28,4 @@ describe "Config" do
config.add_handler CustomTestHandler.new
config.handlers.size.should eq(1)
end
it "sets public folder" do
public_folder "/some/path/to/folder"
Kemal.config.public_folder.should eq("/some/path/to/folder")
end
end