Sha256: 757ce367e9860e6125b30dd0f132640f2c1e58cdacdb2342c9924bc381a25886

Contents?: true

Size: 321 Bytes

Versions: 9

Compression:

Stored size: 321 Bytes

Contents

<% comment_id = 0 %>
<% for book_num in 0..4 %>
  <% for comment_num in 0..50 %>
book_<%= book_num %>_comment_<%= comment_num %>:
  id: <%= comment_id %>
  body: This is comment <%= comment_num %> on book <%= book_num %>.
  author_id: 1
  book_id: <%= book_num %>
  <% comment_id = comment_id + 1 %>
  <% end %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jsonapi-resources-0.4.2 test/fixtures/book_comments.yml
jsonapi-resources-0.4.1 test/fixtures/book_comments.yml
jsonapi-resources-0.4.0 test/fixtures/book_comments.yml
jsonapi-resources-0.3.3 test/fixtures/book_comments.yml
jsonapi-resources-0.3.2 test/fixtures/book_comments.yml
jsonapi-resources-0.3.1 test/fixtures/book_comments.yml
jsonapi-resources-0.3.0 test/fixtures/book_comments.yml
jsonapi-resources-0.3.0.pre2 test/fixtures/book_comments.yml
jsonapi-resources-0.3.0.pre1 test/fixtures/book_comments.yml