test/fixtures/books.yml in jsonapi-resources-0.4.2 vs test/fixtures/books.yml in jsonapi-resources-0.4.3

- old
+ new

@@ -1,6 +1,7 @@ <% for book_num in 0..999 %> book_<%= book_num %>: id: <%= book_num %> title: Book <%= book_num %> isbn: 12345-<%= book_num %>-6789 + banned: <%= book_num > 600 && book_num < 700 %> <% end %> \ No newline at end of file