Sha256: 9546a0bd72a58c36fbdf1de82c55d3d7e8ab988cd8b22aef3ab2fc180e92677c
Contents?: true
Size: 176 Bytes
Versions: 10
Compression:
Stored size: 176 Bytes
Contents
require 'spec_helper' require 'command_kit' describe CommandKit do it "should have a VERSION constant" do expect(subject.const_get('VERSION')).to_not be_empty end end
Version data entries
10 entries across 10 versions & 1 rubygems