Sha256: 0b1f289095e55c5c4cce36ced1d06d667a0542a58938550341b812ec683db080

Contents?: true

Size: 275 Bytes

Versions: 11

Compression:

Stored size: 275 Bytes

Contents

# Define some basic factories for testing within our sample app
FactoryGirl.define do
  factory :user do
    first_name                'Test'
    last_name                 'User'
    sequence(:email)          { |n| "email#{n}@example.com" }
  end
end # end FactoryGirl.define

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
challah-1.1.1 test/factories.rb
challah-1.1.0 test/factories.rb
challah-1.0.0 test/factories.rb
challah-1.0.0.beta3 test/factories.rb
challah-1.0.0.beta2 test/factories.rb
challah-1.0.0.beta test/factories.rb
challah-0.9.1.beta.3 test/factories.rb
challah-0.9.1.beta.2 test/factories.rb
challah-0.9.1.beta test/factories.rb
challah-0.9.0 test/factories.rb
challah-0.9.0.pre test/factories.rb