From 34d5200e809e99bb6a5acf9d2986216c776eef46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marwan=20Rabb=C3=A2a?= Date: Sat, 25 Mar 2017 18:20:10 +0100 Subject: [PATCH] missing context key (#342) --- spec/context_spec.cr | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/context_spec.cr b/spec/context_spec.cr index dd56534..b96101a 100644 --- a/spec/context_spec.cr +++ b/spec/context_spec.cr @@ -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