Modification of #471 (#476)

This commit is contained in:
Serdar Dogruyol 2018-08-13 15:47:20 +03:00 committed by GitHub
commit 423998e287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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