Sha256: fce5790fffc4fd02eef77c3d98175d5e5c30f05122b8ea36144b6f87e398b7a8
Contents?: true
Size: 191 Bytes
Versions: 2
Compression:
Stored size: 191 Bytes
Contents
require 'spec_helper' require 'eat_your_vegetables' describe EatYourVegetables do it 'should have a VERSION constant' do expect(subject.const_get('VERSION')).to_not be_empty end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eat_your_vegetables-0.1.2 | spec/eat_your_vegetables_spec.rb |
eat_your_vegetables-0.1.1 | spec/eat_your_vegetables_spec.rb |