Sha256: 4e561f14d0e37aa58c4ea6b048552ef3a244db67670cec912fdb27f8862b5388

Contents?: true

Size: 345 Bytes

Versions: 20

Compression:

Stored size: 345 Bytes

Contents

FactoryGirl.define do
  factory :user, :class => User do |u|
    email 'jilluser@example.com'
    password 'password'
  end

  factory :archivist, :class => User do |u|
    email 'archivist1@example.com'
    password 'password'
  end

  factory :curator, :class => User do |u|
    email 'curator1@example.com'
    password 'password'
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hydra-collections-7.0.0 spec/factories/users.rb
hydra-collections-5.0.4 spec/factories/users.rb
hydra-collections-6.0.0 spec/factories/users.rb
hydra-collections-6.0.0.rc2 spec/factories/users.rb
hydra-collections-6.0.0.rc1 spec/factories/users.rb
hydra-collections-5.0.3 spec/factories/users.rb
hydra-collections-6.0.0.alpha spec/factories/users.rb
hydra-collections-5.0.2 spec/factories/users.rb
hydra-collections-5.0.1 spec/factories/users.rb
hydra-collections-5.0.0 spec/factories/users.rb
hydra-collections-4.0.0 spec/factories/users.rb
hydra-collections-4.0.0.rc3 spec/factories/users.rb
hydra-collections-4.0.0.rc2 spec/factories/users.rb
hydra-collections-4.0.0.rc1 spec/factories/users.rb
hydra-collections-4.0.0.beta4 spec/factories/users.rb
hydra-collections-4.0.0.beta3 spec/factories/users.rb
hydra-collections-4.0.0.beta2 spec/factories/users.rb
hydra-collections-4.0.0.beta1 spec/factories/users.rb
hydra-collections-3.0.0.beta2 spec/factories/users.rb
hydra-collections-3.0.0.beta1 spec/factories/users.rb