mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Remove duplicate spec (#340)
Code duplicate: two specs with the same code.
This commit is contained in:
parent
f511d21aa1
commit
f1edf81d95
1 changed files with 0 additions and 10 deletions
|
@ -17,14 +17,4 @@ describe "Run" do
|
|||
Kemal.config.running.should eq true
|
||||
Kemal.stop
|
||||
end
|
||||
|
||||
it "runs with just a block" do
|
||||
Kemal.config.env = "test"
|
||||
make_me_true = false
|
||||
Kemal.run do
|
||||
make_me_true = true
|
||||
Kemal.stop
|
||||
end
|
||||
make_me_true.should eq true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue