spec/lib/version_spec.rb in draw_erd-0.1.2 vs spec/lib/version_spec.rb in draw_erd-0.2.0

- old
+ new

@@ -1,9 +1,9 @@ require 'spec_helper' describe DrawErd do - describe "VERSION" do - it "DrawErd::VERSION" do + describe ".version" do + it "returns #{DrawErd::VERSION}" do expect(DrawErd::VERSION).to eq(DrawErd::VERSION) end end end