Sha256: a9697b80165ca68d5c1e4be236591d5228062933ed744839c9bf2350f0ef9496

Contents?: true

Size: 165 Bytes

Versions: 3

Compression:

Stored size: 165 Bytes

Contents

require 'yasm/version'

require 'spec_helper'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-yasm-0.2.0 spec/yasm_spec.rb
ruby-yasm-0.1.1 spec/yasm_spec.rb
ruby-yasm-0.1.0 spec/yasm_spec.rb