Sha256: 591a9d877af4aa06487e1b2829db3c386329886620700522f380a2ae0eaf1b24
Contents?: true
Size: 313 Bytes
Versions: 3
Compression:
Stored size: 313 Bytes
Contents
Sham.define do username { Faker::Internet.user_name.tr('\.','_') } email { Faker::Internet.email } password { Faker::Name.name } end User.blueprint do username email password password_confirmation { password } end User.blueprint(:differing_password) do password_confirmation { password*2 } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
solarsearch-0.0.10 | test/blueprints/users.rb |
solarsearch-0.0.9 | test/blueprints/users.rb |
solarsearch-0.0.6 | test/blueprints/users.rb |