aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/developers.yml
diff options
context:
space:
mode:
authorPiotr Sarnacki <drogus@gmail.com>2012-06-09 18:54:58 +0200
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-06-20 17:23:16 +0200
commitf12109448ba61c86788820615dfdd8b6bce4a39b (patch)
tree77a5013ba2eb96568f816b8f621f1ddc66948524 /actionpack/test/fixtures/developers.yml
parentb01331e39291f3781b8cc07233633761fefe73bc (diff)
downloadrails-f12109448ba61c86788820615dfdd8b6bce4a39b.tar.gz
rails-f12109448ba61c86788820615dfdd8b6bce4a39b.tar.bz2
rails-f12109448ba61c86788820615dfdd8b6bce4a39b.zip
Remove unneeded test fixtures in AV
Diffstat (limited to 'actionpack/test/fixtures/developers.yml')
-rw-r--r--actionpack/test/fixtures/developers.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/actionpack/test/fixtures/developers.yml b/actionpack/test/fixtures/developers.yml
deleted file mode 100644
index 3656564f63..0000000000
--- a/actionpack/test/fixtures/developers.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-david:
- id: 1
- name: David
- salary: 80000
-
-jamis:
- id: 2
- name: Jamis
- salary: 150000
-
-<% (3..10).each do |digit| %>
-dev_<%= digit %>:
- id: <%= digit %>
- name: fixture_<%= digit %>
- salary: 100000
-<% end %>
-
-poor_jamis:
- id: 11
- name: Jamis
- salary: 9000 \ No newline at end of file