Sha256: fb45e32aadb47383e88bb63e97834e0b18137fcfb6929bc04c42ddf8167a8588

Contents?: true

Size: 123 Bytes

Versions: 30

Compression:

Stored size: 123 Bytes

Contents

FactoryGirl.define do
  factory :link do
    sequence(:name) { |t| "name#{t}" }
    url 'http://www.gogole.com/'
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

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