Sha256: 8173bf6cc3e688974ba01de02aedaabc4eaceb83e3494e003dc318f7ad809734

Contents?: true

Size: 271 Bytes

Versions: 6

Compression:

Stored size: 271 Bytes

Contents

require 'spec_helper'

describe ActsAsHashids do
  it 'has a version number' do
    expect(ActsAsHashids::VERSION).not_to be nil
  end
  it 'defines acts_as_hashids method in ActiveRecord::Base' do
    expect(ActiveRecord::Base).to respond_to(:acts_as_hashids)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
acts_as_hashids-0.2.0 spec/acts_as_hashids_spec.rb
acts_as_hashids-0.1.9 spec/acts_as_hashids_spec.rb
acts_as_hashids-0.1.8 spec/acts_as_hashids_spec.rb
acts_as_hashids-0.1.6 spec/acts_as_hashids_spec.rb
acts_as_hashids-0.1.5 spec/acts_as_hashids_spec.rb
acts_as_hashids-0.1.4 spec/acts_as_hashids_spec.rb