Sha256: 2167c9dde5c973b81ff0771df0c168cd76aac6dad0b67cf0a1f77438b60aaf66

Contents?: true

Size: 168 Bytes

Versions: 1

Compression:

Stored size: 168 Bytes

Contents

require 'yasm/version'

require 'spec_helper'

describe YASM do
  it "should have a VERSION constant" do
    subject.const_defined?('VERSION').should == true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-yasm-0.2.1 spec/yasm_spec.rb