Sha256: d049c9b0c0bf55088a5c8015890801f939b0d2c228b194b8020b311c58c203bf
Contents?: true
Size: 173 Bytes
Versions: 2
Compression:
Stored size: 173 Bytes
Contents
require 'yasm/version' require 'spec_helper' describe YASM do it "should have a VERSION constant" do expect(subject.const_defined?('VERSION')).to eq(true) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-yasm-0.3.1 | spec/yasm_spec.rb |
ruby-yasm-0.3.0 | spec/yasm_spec.rb |