Sha256: c01e5ef010e5a96f08d0dc10dde3a7d7f60f31940f589ac2112222a6669f3478

Contents?: true

Size: 684 Bytes

Versions: 25

Compression:

Stored size: 684 Bytes

Contents

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

# This model initially had no columns defined.  If you add columns to the
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
user:
  email: "user@example.com"
  encrypted_password: <%= User.new.send(:password_digest, 'foobar') %>
user2:
  email: "user2@example.com"
  encrypted_password: <%= User.new.send(:password_digest, 'foobar') %>
loser:
  email: "loser@example.com"
  encrypted_password: <%= User.new.send(:password_digest, 'foobar') %>
  permission_class: <%= User.permission_classes["loser"] %>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
errdo-0.11.1 test/fixtures/users.yml
errdo-0.11.0 test/fixtures/users.yml
errdo-0.10.0 test/fixtures/users.yml
errdo-0.9.1 test/fixtures/users.yml
errdo-0.9.0 test/fixtures/users.yml