Cleanup ameba warnings (#551)

This commit is contained in:
Sijawusz Pur Rahnama 2019-08-30 13:32:23 +02:00 committed by Serdar Dogruyol
parent 740cb188a9
commit c893172fbf
5 changed files with 7 additions and 36 deletions

View file

@ -70,7 +70,7 @@ describe "Macros" do
halt env, status_code: 400, response: "Missing origin."
end
get "/" do |env|
get "/" do |_env|
"Hello world"
end