Sha256: 54cf2375e3ec1a4f0f454aac57a888c94747b02967caa7541c85f0e14bb5df0c

Contents?: true

Size: 167 Bytes

Versions: 12

Compression:

Stored size: 167 Bytes

Contents

require 'spec_helper'
require 'hashmake'

describe Hashmake do
  it "should have a VERSION constant" do
    subject.const_get('VERSION').should_not be_empty
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hashmake-0.2.1 spec/hashmake_spec.rb
hashmake-0.2.0 spec/hashmake_spec.rb
hashmake-0.1.9 spec/hashmake_spec.rb
hashmake-0.1.8 spec/hashmake_spec.rb
hashmake-0.1.7 spec/hashmake_spec.rb
hashmake-0.1.6 spec/hashmake_spec.rb
hashmake-0.1.5 spec/hashmake_spec.rb
hashmake-0.1.4 spec/hashmake_spec.rb
hashmake-0.1.3 spec/hashmake_spec.rb
hashmake-0.1.2 spec/hashmake_spec.rb
hashmake-0.1.1 spec/hashmake_spec.rb
hashmake-0.1.0 spec/hashmake_spec.rb