Sha256: 380d639d28d87c447133e0b2a07ad839baab1090e7b2c41d8c9a2253708a5c37

Contents?: true

Size: 295 Bytes

Versions: 17

Compression:

Stored size: 295 Bytes

Contents

admin_user:
  name: Test Admin
  email: test@domain.com
  password_digest: <%= BCrypt::Password.create("dingo", cost: 10) %>
  password_token: 123456

regular_user:
  name: Test Regular
  email: test_regular@domain.com
  password_digest: <%= BCrypt::Password.create("dingo_regular", cost: 10) %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
guts-2.1.0 test/fixtures/guts/users.yml
guts-2.0.2 test/fixtures/guts/users.yml
guts-2.0.1 test/fixtures/guts/users.yml
guts-2.0.0 test/fixtures/guts/users.yml
guts-1.4.0 test/fixtures/guts/users.yml
guts-1.3.6 test/fixtures/guts/users.yml
guts-1.3.5 test/fixtures/guts/users.yml
guts-1.3.4 test/fixtures/guts/users.yml
guts-1.3.3 test/fixtures/guts/users.yml
guts-1.3.2 test/fixtures/guts/users.yml
guts-1.3.1 test/fixtures/guts/users.yml
guts-1.3.0 test/fixtures/guts/users.yml
guts-1.2.2 test/fixtures/guts/users.yml
guts-1.2.1 test/fixtures/guts/users.yml
guts-1.2.0 test/fixtures/guts/users.yml
guts-1.1.1 test/fixtures/guts/users.yml
guts-1.1.0 test/fixtures/guts/users.yml