Sha256: d4d1e423e85abce4caf806f1f867f4cb049ffa539da9831b6153ff730ed5fa2a

Contents?: true

Size: 313 Bytes

Versions: 14

Compression:

Stored size: 313 Bytes

Contents

Fabricator(:seller, :class_name => 'kosher/seller') do
  merchant_id Faker::Amazon.merchant_id
end

Fabricator(:new_seller, :from => :seller) do
  average_rating 0.0
end

Fabricator(:good_seller, :from => :seller) do
  average_rating 5.0
end

Fabricator(:bad_seller, :from => :seller) do
  average_rating 4.5
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
fassbinder-0.0.1 spec/fabricators/seller_fabricator.rb
kosher-0.1.12 spec/fabricators/seller_fabricator.rb
kosher-0.1.11 spec/fabricators/seller_fabricator.rb
kosher-0.1.10 spec/fabricators/seller_fabricator.rb
kosher-0.1.9 spec/fabricators/seller_fabricator.rb
kosher-0.1.8 spec/fabricators/seller_fabricator.rb
kosher-0.1.7 spec/fabricators/seller_fabricator.rb
kosher-0.1.6 spec/fabricators/seller_fabricator.rb
kosher-0.1.5 spec/fabricators/seller_fabricator.rb
kosher-0.1.4 spec/fabricators/seller_fabricator.rb
kosher-0.1.3 spec/fabricators/seller_fabricator.rb
kosher-0.1.2 spec/fabricators/seller_fabricator.rb
kosher-0.1.1 spec/fabricators/seller_fabricator.rb
kosher-0.1.0 spec/fabricators/seller_fabricator.rb