test/fixtures/users.yml in arid_cache-0.1.0 vs test/fixtures/users.yml in arid_cache-0.1.1

- old
+ new

@@ -1,3 +1,5 @@ -bob: - name: Bob - email: bob@ibm.com +<% for digit in 1..10 %> +user_<%= digit %>: + name: Bob <%= digit %> + email: bob<%= digit %>@ibm.com +<% end %> \ No newline at end of file