Remove duplicate spec (#340)

Code duplicate: two specs with the same code.
This commit is contained in:
Faustino Aguilar 2017-03-25 12:41:58 -05:00 committed by Serdar Dogruyol
parent f511d21aa1
commit f1edf81d95
1 changed files with 0 additions and 10 deletions

View File

@ -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