mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Set to development before_each spec
This commit is contained in:
parent
6e22496b92
commit
9a5934811d
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@ require "spec"
|
|||
require "../src/kemal/*"
|
||||
|
||||
include Kemal
|
||||
|
||||
Spec.before_each do
|
||||
Kemal.config.env = "development"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue