Sha256: ecd02b916b6912cc6035c85e73fdc1c16e34bbba9f32d7cbaf74fd1ac4808330

Contents?: true

Size: 188 Bytes

Versions: 10

Compression:

Stored size: 188 Bytes

Contents

FactoryGirl.define do
  factory :user do
    first_name "Bob"
    last_name "Lail"
    email "bob.lail@houston.test"
    password "password"
    password_confirmation "password"
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
houston-core-0.9.2 test/factories/user_factory.rb
houston-core-0.9.1 test/factories/user_factory.rb
houston-core-0.9.0 test/factories/user_factory.rb
houston-core-0.9.0.rc1 test/factories/user_factory.rb
houston-core-0.8.4 test/factories/user_factory.rb
houston-core-0.8.3 test/factories/user_factory.rb
houston-core-0.8.2 test/factories/user_factory.rb
houston-core-0.8.1 test/factories/user_factory.rb
houston-core-0.8.0 test/factories/user_factory.rb
houston-core-0.8.0.pre2 test/factories/user_factory.rb