Sha256: 9cabaa765b98e5f45ce567cb888985aaade710dc1ac4532586668fac9a3de218

Contents?: true

Size: 887 Bytes

Versions: 29

Compression:

Stored size: 887 Bytes

Contents

require 'spec_helper'

describe GunBroker::Item::Constants do

  it 'has a AUTO_RELIST hash' do
    expect(GunBroker::Item::AUTO_RELIST).to be_a(Hash)
  end

  it 'has a CONDITION hash' do
    expect(GunBroker::Item::CONDITION).to be_a(Hash)
  end

  it 'has a INSPECTION_PERIOD hash' do
    expect(GunBroker::Item::INSPECTION_PERIOD).to be_a(Hash)
  end

  it 'has a AUCTION_DURATION hash' do
    expect(GunBroker::Item::AUCTION_DURATION).to be_a(Hash)
  end

  it 'has a FIXED_PRICE_DURATION hash' do
    expect(GunBroker::Item::FIXED_PRICE_DURATION).to be_a(Hash)
  end

  it 'has a PAYMENT_METHODS hash' do
    expect(GunBroker::Item::PAYMENT_METHODS).to be_a(Hash)
  end

  it 'has a SHIPPING_CLASSES hash' do
    expect(GunBroker::Item::SHIPPING_CLASSES).to be_a(Hash)
  end

  it 'has a SHIPPING_PAYER hash' do
    expect(GunBroker::Item::SHIPPING_PAYER).to be_a(Hash)
  end

end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
gun_broker-1.4.8 spec/gun_broker/item/constants_spec.rb
gun_broker-1.4.7 spec/gun_broker/item/constants_spec.rb
gun_broker-1.4.6 spec/gun_broker/item/constants_spec.rb
gun_broker-1.4.5 spec/gun_broker/item/constants_spec.rb
gun_broker-1.4.4 spec/gun_broker/item/constants_spec.rb
gun_broker-1.4.3 spec/gun_broker/item/constants_spec.rb
gun_broker-1.4.2 spec/gun_broker/item/constants_spec.rb
gun_broker-1.4.1 spec/gun_broker/item/constants_spec.rb
gun_broker-1.4.0 spec/gun_broker/item/constants_spec.rb
gun_broker-1.3.2 spec/gun_broker/item/constants_spec.rb
gun_broker-1.3.1 spec/gun_broker/item/constants_spec.rb
gun_broker-1.3.0 spec/gun_broker/item/constants_spec.rb
gun_broker-1.2.1.1 spec/gun_broker/item/constants_spec.rb
gun_broker-1.2.1 spec/gun_broker/item/constants_spec.rb
gun_broker-1.2.0 spec/gun_broker/item/constants_spec.rb
gun_broker-1.1.3.1 spec/gun_broker/item/constants_spec.rb
gun_broker-1.1.2 spec/gun_broker/item/constants_spec.rb
gun_broker-1.1.1 spec/gun_broker/item/constants_spec.rb
gun_broker-1.1.0 spec/gun_broker/item/constants_spec.rb
gun_broker-1.0.0 spec/gun_broker/item/constants_spec.rb