summaryrefslogtreecommitdiffstats
path: root/lib/generators/redmine_plugin_model/templates/fixtures.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generators/redmine_plugin_model/templates/fixtures.yml')
-rw-r--r--lib/generators/redmine_plugin_model/templates/fixtures.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/generators/redmine_plugin_model/templates/fixtures.yml b/lib/generators/redmine_plugin_model/templates/fixtures.yml
deleted file mode 100644
index 6be3c81be..000000000
--- a/lib/generators/redmine_plugin_model/templates/fixtures.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
-one:
- id: 1
-<% for attribute in attributes -%>
- <%= attribute.name %>: <%= attribute.default %>
-<% end -%>
-two:
- id: 2
-<% for attribute in attributes -%>
- <%= attribute.name %>: <%= attribute.default %>
-<% end -%>