Sha256: 06f18325ea2a6bb088eee90d08dcb0b856711b1c22f725e1ba39c9d80a5d766f

Contents?: true

Size: 982 Bytes

Versions: 14

Compression:

Stored size: 982 Bytes

Contents

admin1:
  email: admin1@example.com
  encrypted_password: <%= User.new.send(:password_digest, 'secrets!') %>
  is_admin: true

researcher1:
  email: researcher1@example.com
  encrypted_password: <%= User.new.send(:password_digest, 'secrets!') %>

clinician1:
  email: clinician1@example.com
  encrypted_password: <%= User.new.send(:password_digest, 'secrets!') %>

content_author1:
  email: content_author1@example.com
  encrypted_password: <%= User.new.send(:password_digest, 'secrets!') %>

user2:
  email: user2@example.com
  encrypted_password: <%= User.new.send(:password_digest, 'secrets!') %>

user_without_participants:
  email: user3@example.com
  encrypted_password: <%= User.new.send(:password_digest, 'secrets!') %>

user_without_role:
  email: user4@example.com
  encrypted_password: <%= User.new.send(:password_digest, 'secrets!') %>

user_with_memberless_participant:
  email: user5@example.com
  encrypted_password: <%= User.new.send(:password_digest, 'secrets!') %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 spec/fixtures/users.yml
think_feel_do_dashboard-1.2.0.beta1 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.21 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.20 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.19 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.18 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.17 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.16 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.15 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.14 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.13 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.12 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.11 spec/fixtures/users.yml
think_feel_do_dashboard-1.1.10 spec/fixtures/users.yml