Sha256: 90cd79bf2ba2ebaeb56224bc4222ba47c1ad72c7c6b64bb2ebf7d984f8b49f6a

Contents?: true

Size: 277 Bytes

Versions: 26

Compression:

Stored size: 277 Bytes

Contents

FactoryGirl.define do
	sequence :username do |n|
		"username#{n}"
	end
	sequence :email do |n|
		"username#{n}@LaunchU.com"
	end
  factory :people_user_1, class: ::People::V1::User do
  	username
  	email
		password "password123"
		password_confirmation "password123"
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
arcadex-1.3.1 test/test_app/spec/factories/people_user_1_factory.rb
arcadex-1.3.0 test/test_app/spec/factories/people_user_1_factory.rb
arcadex-1.2.3 test/test_app/spec/factories/people_user_1_factory.rb
arcadex-1.2.1 test/test_app/spec/factories/people_user_1_factory.rb
arcadex-1.2.0 test/test_app/spec/factories/people_user_1_factory.rb
json_voorhees-1.0.0 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.5.5 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.5.4 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.5.3 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.5.2 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.5.1 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.5.0 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.4.9 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.4.8 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.4.7 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.4.6 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.4.5 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.4.4 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.4.3 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb
json_voorhees-0.4.2 lib/generators/json_voorhees/app_make_user/templates/user/specs/factory_girl.rb