]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/classic_pagination/test/fixtures/developers.yml
Turn classic_pagination plugin into a library
[rails.git] / vendor / plugins / classic_pagination / test / fixtures / developers.yml
diff --git a/vendor/plugins/classic_pagination/test/fixtures/developers.yml b/vendor/plugins/classic_pagination/test/fixtures/developers.yml
deleted file mode 100644 (file)
index 308bf75..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-david:
-  id: 1
-  name: David
-  salary: 80000
-
-jamis:
-  id: 2
-  name: Jamis
-  salary: 150000
-
-<% for digit in 3..10 %>
-dev_<%= digit %>:
-  id: <%= digit %>
-  name: fixture_<%= digit %>
-  salary: 100000
-<% end %>
-
-poor_jamis:
-  id: 11
-  name: Jamis
-  salary: 9000
\ No newline at end of file