Sha256: 4eee14b8079ee7b8cf615cf6ab5b53ace5810ad65329ed471439f550178b7a95

Contents?: true

Size: 331 Bytes

Versions: 3

Compression:

Stored size: 331 Bytes

Contents

require 'spec_helper'

describe HashSerializer do
  it 'has a version number' do
    expect(HashSerializer::VERSION).not_to be nil
  end

  it 'has the serializer included' do
    expect(HashSerializer::Serializer).not_to be nil
  end

  it 'has the helpers included' do
    expect(HashSerializer::Helpers).not_to be nil
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hash_serializer-0.2.0 spec/hash_serializer_spec.rb
hash_serializer-0.1.1 spec/hash_serializer_spec.rb
hash_serializer-0.1.0 spec/hash_serializer_spec.rb