remove tests with embedded version literal
This commit is contained in:
parent
047cff93d3
commit
320660aad4
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue