Sha256: 7d6dc5cbede2aedd1394b8cd6aa3cbb8eb315af323fb80dc9f2afafcf96c9e04
Contents?: true
Size: 360 Bytes
Versions: 9
Compression:
Stored size: 360 Bytes
Contents
require 'machinist/active_record' require 'faker' Account.blueprint do name { Faker::Name.first_name } surname { Faker::Name.last_name } email { Faker::Internet.email } password { "password" } password_confirmation { "password" } role { "admin" } # Required if you want to test the Admin Account controller crypted_password { "password" } end
Version data entries
9 entries across 9 versions & 1 rubygems