require 'spec_helper' describe DrawErd do describe "VERSION" do it "DrawErd::VERSION" do expect(DrawErd::VERSION).to eq(DrawErd::VERSION) end end end