remove tests with embedded version literal

This commit is contained in:
lebogan 2018-07-24 09:55:59 -07:00
parent 047cff93d3
commit 320660aad4
1 changed files with 1 additions and 5 deletions

View File

@ -55,11 +55,7 @@ describe "Config" do
test_option.should eq("FOOBAR")
end
it "returns a string" do
Kemal::VERSION.should be_a(String)
end
it "gets the version from shards.yml" do
Kemal::VERSION.should eq("0.23.0")
Kemal::VERSION.should_not be("")
end
end