Sha256: 0bd5c62635d1ffb70c334bda64d7cd1789b1dd6decd3d5b015e13a032c5a95c5

Contents?: true

Size: 240 Bytes

Versions: 8

Compression:

Stored size: 240 Bytes

Contents

one:
  username: one
  email: "one@example.com"
  encrypted_password: <%= User.new.send(:password_digest, "user1pw") %>

two:
  username: two
  email: "two@example.com"
  encrypted_password: <%= User.new.send(:password_digest, "user2pw") %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
git_wit-0.0.6 test/dummy/test/fixtures/users.yml
git_wit-0.0.6.pre test/dummy/test/fixtures/users.yml
git_wit-0.0.5 test/dummy/test/fixtures/users.yml
git_wit-0.0.4.pre2 test/dummy/test/fixtures/users.yml
git_wit-0.0.4.pre test/dummy/test/fixtures/users.yml
git_wit-0.0.3 test/dummy/test/fixtures/users.yml
git_wit-0.0.2 test/dummy/test/fixtures/users.yml
git_wit-0.0.1 test/dummy/test/fixtures/users.yml