bump ameba to 1.4.0 and fix warnings (#654)

This commit is contained in:
Anton Maminov 2023-02-17 07:18:37 +02:00 committed by GitHub
parent 19661893ca
commit 6a10ea8127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 11 deletions

View file

@ -16,7 +16,7 @@ describe "Config" do
end
it "sets default powered_by_header to true" do
Kemal::Config.new.powered_by_header.should be_true
Kemal::Config.new.powered_by_header?.should be_true
end
it "sets host binding" do