missing context key (#342)

This commit is contained in:
Marwan Rabbâa 2017-03-25 18:20:10 +01:00 committed by Serdar Dogruyol
parent f4de825ab8
commit 34d5200e80
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ describe "Context" do
it "can store variables" do
before_get "/" do |env|
env.set "key", "value"
env.set "before_get", "Kemal"
env.set "before_get_int", 123
env.set "before_get_float", 3.5