Sha256: e9ac584e1dd2f5a306bb42cd7be20b1a14de592c344a5b5cf54c2127f14cf54a

Contents?: true

Size: 167 Bytes

Versions: 30

Compression:

Stored size: 167 Bytes

Contents

FactoryGirl.define do
  factory :shop do |f|
    sequence(:name){|n| "store-#{n}"}
    twitter_handle '@nimbleshop'
    from_email 'support@nimbleshop.com'
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.23 test/factories/shop_factory.rb
nimbleshop_core-0.0.21 test/factories/shop_factory.rb
nimbleshop_core-0.0.20 test/factories/shop_factory.rb
nimbleshop_core-0.0.19 test/factories/shop_factory.rb
nimbleshop_core-0.0.17 test/factories/shop_factory.rb
nimbleshop_core-0.0.16 test/factories/shop_factory.rb
nimbleshop_core-0.0.15 test/factories/shop_factory.rb
nimbleshop_core-0.0.14 test/factories/shop_factory.rb
nimbleshop_core-0.0.14.rc2 test/factories/shop_factory.rb
nimbleshop_core-0.0.14.rc1 test/factories/shop_factory.rb
nimbleshop_core-0.0.13 test/factories/shop_factory.rb
nimbleshop_core-0.0.12 test/factories/shop_factory.rb
nimbleshop_core-0.0.11 test/factories/shop_factory.rb
nimbleshop_core-0.0.10 test/factories/shop_factory.rb
nimbleshop_core-0.0.9 test/factories/shop_factory.rb
nimbleshop_core-0.0.8 test/factories/shop_factory.rb
nimbleshop_core-0.0.7 test/factories/shop_factory.rb
nimbleshop_core-0.0.5 test/factories/shop_factory.rb
nimbleshop_core-0.0.4.beta1 test/factories/shop_factory.rb
nimbleshop_core-0.0.4 test/factories/shop_factory.rb