diff --git a/spec/config_spec.cr b/spec/config_spec.cr index 65c44e7..291f93b 100644 --- a/spec/config_spec.cr +++ b/spec/config_spec.cr @@ -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