test/rails/fixtures/locations.yml in restfulx-1.2.5 vs test/rails/fixtures/locations.yml in restfulx-1.3.0

- old
+ new

@@ -1,8 +1,7 @@ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html -vienna: - name: Vienna - user: ludwig -stratford: - name: Stratford Upon Avon - user: shakespeare +<% for i in 1..1000 %> + location_<%= i %>: + name: Location<%= i %> + user_id: <%= i %> +<% end %>