Sha256: 7fa2f22c6f423af36fceca0ae5735d96c711aff896c983f8e682a0861ad58181

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
bob:
  login: bob
  groups: admin_group
      
jane:
  id: 3
  login: jane
  groups:
    - admin_group
    - workers:
        name: worker bees
        
samantha:
  login: sam
  groups:
    movers:
      name: movers
    shakers:
      name: shakers

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
joinfix-0.1.0 rails/test/fixtures/users.yml
joinfix-0.1.1 rails/test/fixtures/users.yml