remove failing spec

This commit is contained in:
Josh Holtrop 2017-01-15 16:13:19 -05:00
parent 288c2e623a
commit 84bc3f4979

View File

@ -4,8 +4,4 @@ describe Gcovinator do
it "has a version number" do it "has a version number" do
expect(Gcovinator::VERSION).not_to be nil expect(Gcovinator::VERSION).not_to be nil
end end
it "does something useful" do
expect(false).to eq(true)
end
end end