Sha256: 49704a79ef9c33c89b0b1940735c24bf0c00b73a62be5660ddcaa54f34f8d049

Contents?: true

Size: 235 Bytes

Versions: 3

Compression:

Stored size: 235 Bytes

Contents

require 'spec_helper'

# rspec spec/tophatter_merchant/product_spec.rb
describe TophatterMerchant::Product do
  it 'instantiates' do
    product = TophatterMerchant::Product.new({})
    expect(product.persisted?).to be false
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tophatter-merchant-1.1.3 spec/tophatter_merchant/product_spec.rb
tophatter-merchant-1.1.2 spec/tophatter_merchant/product_spec.rb
tophatter-merchant-1.1.1 spec/tophatter_merchant/product_spec.rb