Sha256: 5acc27caa24fa3f4f2efba3c84eb3364b3a88b68143554bebf2556a1408bc64e

Contents?: true

Size: 169 Bytes

Versions: 1

Compression:

Stored size: 169 Bytes

Contents

require 'spec_helper'
require 'hashman'

describe Hashman do
  it "should have a VERSION constant" do
    expect(subject.const_get('VERSION')).to_not be_empty
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hashman-0.1.0 spec/hashman_spec.rb