From 320660aad45e772a310c31b8874a27126b30efe2 Mon Sep 17 00:00:00 2001 From: lebogan Date: Tue, 24 Jul 2018 09:55:59 -0700 Subject: [PATCH] remove tests with embedded version literal --- spec/config_spec.cr | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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