Sha256: e9efc41a14180d5d2507cc3dc75c2f6a718f9eacd8acd50b99b05c97147d4f82

Contents?: true

Size: 424 Bytes

Versions: 173

Compression:

Stored size: 424 Bytes

Contents

david:
  id: 1
  name: David
  salary: 80000
  type: Developer

jamis:
  id: 2
  name: Jamis
  salary: 150000
  type: Developer

<% for digit in 3..10 %>
dev_<%= digit %>:
  id: <%= digit %>
  name: fixture_<%= digit %>
  salary: 100000
  type: Developer
<% end %>

poor_jamis:
  id: 11
  name: Jamis
  salary: 9000
  type: Developer

admin:
  id: 12
  name: admin
  type: Admin

goofy:
  id: 13
  name: Goofy
  type: Admin

Version data entries

173 entries across 173 versions & 50 rubygems

Version Path
will_paginate-3.3.1 spec/fixtures/users.yml
will_paginate-3.3.0 spec/fixtures/users.yml
will_paginate-3.2.1 spec/fixtures/users.yml
will_paginate-3.2.0 spec/fixtures/users.yml
will_paginate-3.1.8 spec/fixtures/users.yml
will_paginate-3.1.7 spec/fixtures/users.yml
will_paginate-3.1.6 spec/fixtures/users.yml
will_paginate-3.0.12 spec/fixtures/users.yml
will_paginate-3.1.5 spec/fixtures/users.yml
will_paginate-3.0.11 spec/fixtures/users.yml
will_paginate-2.3.17 test/fixtures/users.yml
will_paginate-3.1.3 spec/fixtures/users.yml
will_paginate-3.0.10 spec/fixtures/users.yml
will_paginate-3.0.9 spec/fixtures/users.yml
will_paginate-3.1.2 spec/fixtures/users.yml
will_paginate-3.1.1 spec/fixtures/users.yml
will_paginate-3.0.8 spec/fixtures/users.yml
will_paginate-3.1.0 spec/fixtures/users.yml
will_paginate_seo-3.0.4 spec/fixtures/users.yml
auxesis-will_paginate-3.0.0 spec/fixtures/users.yml