aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
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
parentb01331e39291f3781b8cc07233633761fefe73bc (diff)
downloadrails-f12109448ba61c86788820615dfdd8b6bce4a39b.tar.gz
rails-f12109448ba61c86788820615dfdd8b6bce4a39b.tar.bz2
rails-f12109448ba61c86788820615dfdd8b6bce4a39b.zip
Remove unneeded test fixtures in AV
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/fixtures/_top_level_partial.html.erb1
-rw-r--r--actionpack/test/fixtures/blog_public/.gitignore1
-rw-r--r--actionpack/test/fixtures/blog_public/blog.html1
-rw-r--r--actionpack/test/fixtures/blog_public/index.html1
-rw-r--r--actionpack/test/fixtures/blog_public/subdir/index.html1
-rw-r--r--actionpack/test/fixtures/comments/empty.de.html.erb1
-rw-r--r--actionpack/test/fixtures/comments/empty.html.builder1
-rw-r--r--actionpack/test/fixtures/comments/empty.html.erb1
-rw-r--r--actionpack/test/fixtures/comments/empty.xml.erb1
-rw-r--r--actionpack/test/fixtures/companies.yml24
-rw-r--r--actionpack/test/fixtures/custom_pattern/another.html.erb1
-rw-r--r--actionpack/test/fixtures/custom_pattern/html/another.erb1
-rw-r--r--actionpack/test/fixtures/custom_pattern/html/path.erb1
-rw-r--r--actionpack/test/fixtures/developer.rb10
-rw-r--r--actionpack/test/fixtures/developers.yml21
-rw-r--r--actionpack/test/fixtures/developers/_developer.erb1
-rw-r--r--actionpack/test/fixtures/developers_projects.yml13
-rw-r--r--actionpack/test/fixtures/fun/games/_game.erb1
-rw-r--r--actionpack/test/fixtures/fun/serious/games/_game.erb1
-rw-r--r--actionpack/test/fixtures/games/_game.erb1
-rw-r--r--actionpack/test/fixtures/happy_path/render_action/hello_world.erb1
-rw-r--r--actionpack/test/fixtures/layout_tests/alt/hello.erb1
-rw-r--r--actionpack/test/fixtures/layouts/_column.html.erb2
-rw-r--r--actionpack/test/fixtures/layouts/_partial_and_yield.erb2
-rw-r--r--actionpack/test/fixtures/layouts/_yield_only.erb1
-rw-r--r--actionpack/test/fixtures/layouts/_yield_with_params.erb1
-rw-r--r--actionpack/test/fixtures/layouts/streaming.erb4
-rw-r--r--actionpack/test/fixtures/layouts/yield_with_render_inline_inside.erb2
-rw-r--r--actionpack/test/fixtures/layouts/yield_with_render_partial_inside.erb2
-rw-r--r--actionpack/test/fixtures/mascot.rb3
-rw-r--r--actionpack/test/fixtures/mascots.yml4
-rw-r--r--actionpack/test/fixtures/mascots/_mascot.html.erb1
-rw-r--r--actionpack/test/fixtures/plain_text.raw1
-rw-r--r--actionpack/test/fixtures/plain_text_with_characters.raw1
-rw-r--r--actionpack/test/fixtures/project.rb3
-rw-r--r--actionpack/test/fixtures/projects.yml7
-rw-r--r--actionpack/test/fixtures/projects/_project.erb1
-rw-r--r--actionpack/test/fixtures/public/.gitignore1
-rw-r--r--actionpack/test/fixtures/public/elsewhere/cools.js1
-rw-r--r--actionpack/test/fixtures/public/elsewhere/file.css1
-rw-r--r--actionpack/test/fixtures/public/javascripts/application.js1
-rw-r--r--actionpack/test/fixtures/public/javascripts/bank.js1
-rw-r--r--actionpack/test/fixtures/public/javascripts/common.javascript1
-rw-r--r--actionpack/test/fixtures/public/javascripts/controls.js1
-rw-r--r--actionpack/test/fixtures/public/javascripts/dragdrop.js1
-rw-r--r--actionpack/test/fixtures/public/javascripts/effects.js1
-rw-r--r--actionpack/test/fixtures/public/javascripts/prototype.js1
-rw-r--r--actionpack/test/fixtures/public/javascripts/robber.js1
-rw-r--r--actionpack/test/fixtures/public/javascripts/subdir/subdir.js1
-rw-r--r--actionpack/test/fixtures/public/javascripts/version.1.0.js1
-rw-r--r--actionpack/test/fixtures/public/stylesheets/bank.css1
-rw-r--r--actionpack/test/fixtures/public/stylesheets/random.styles1
-rw-r--r--actionpack/test/fixtures/public/stylesheets/robber.css1
-rw-r--r--actionpack/test/fixtures/public/stylesheets/subdir/subdir.css1
-rw-r--r--actionpack/test/fixtures/public/stylesheets/version.1.0.css1
-rw-r--r--actionpack/test/fixtures/replies.yml15
-rw-r--r--actionpack/test/fixtures/replies/_reply.erb1
-rw-r--r--actionpack/test/fixtures/reply.rb7
-rw-r--r--actionpack/test/fixtures/scope/test/modgreet.erb1
-rw-r--r--actionpack/test/fixtures/test/_200.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_b_layout_for_partial.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_b_layout_for_partial_with_object.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_b_layout_for_partial_with_object_counter.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_content_tag_nested_in_content_tag.erb3
-rw-r--r--actionpack/test/fixtures/test/_from_helper.erb1
-rw-r--r--actionpack/test/fixtures/test/_label_with_block.erb4
-rw-r--r--actionpack/test/fixtures/test/_layout_for_block_with_args.html.erb3
-rw-r--r--actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb4
-rw-r--r--actionpack/test/fixtures/test/_local_inspector.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_object_inspector.erb1
-rw-r--r--actionpack/test/fixtures/test/_one.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_partial_with_layout.erb2
-rw-r--r--actionpack/test/fixtures/test/_partial_with_layout_block_content.erb4
-rw-r--r--actionpack/test/fixtures/test/_partial_with_layout_block_partial.erb4
-rw-r--r--actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_raise.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_two.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_utf8_partial.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_utf8_partial_magic.html.erb2
-rw-r--r--actionpack/test/fixtures/test/basic.html.erb1
-rw-r--r--actionpack/test/fixtures/test/dont_pick_me1
-rw-r--r--actionpack/test/fixtures/test/hello_world.da.html.erb1
-rw-r--r--actionpack/test/fixtures/test/hello_world.erb~1
-rw-r--r--actionpack/test/fixtures/test/hello_world.pt-BR.html.erb1
-rw-r--r--actionpack/test/fixtures/test/layout_render_file.erb2
-rw-r--r--actionpack/test/fixtures/test/layout_render_object.erb1
-rw-r--r--actionpack/test/fixtures/test/malformed/malformed.en.html.erb~1
-rw-r--r--actionpack/test/fixtures/test/malformed/malformed.erb~1
-rw-r--r--actionpack/test/fixtures/test/malformed/malformed.html.erb~1
-rw-r--r--actionpack/test/fixtures/test/nested_layout.erb3
-rw-r--r--actionpack/test/fixtures/test/nested_streaming.erb3
-rw-r--r--actionpack/test/fixtures/test/one.html.erb1
-rw-r--r--actionpack/test/fixtures/test/streaming.erb3
-rw-r--r--actionpack/test/fixtures/test/streaming_buster.erb3
-rw-r--r--actionpack/test/fixtures/test/sub_template_raise.html.erb1
-rw-r--r--actionpack/test/fixtures/test/template.erb1
-rw-r--r--actionpack/test/fixtures/test/update_element_with_capture.erb9
-rw-r--r--actionpack/test/fixtures/test/utf8.html.erb4
-rw-r--r--actionpack/test/fixtures/test/utf8_magic.html.erb5
-rw-r--r--actionpack/test/fixtures/test/utf8_magic_with_bare_partial.html.erb5
-rw-r--r--actionpack/test/fixtures/topic.rb3
-rw-r--r--actionpack/test/fixtures/topics.yml22
-rw-r--r--actionpack/test/fixtures/topics/_topic.html.erb1
-rw-r--r--actionpack/test/fixtures/translations/templates/array.erb1
-rw-r--r--actionpack/test/fixtures/translations/templates/default.erb1
-rw-r--r--actionpack/test/fixtures/translations/templates/found.erb1
-rw-r--r--actionpack/test/fixtures/translations/templates/missing.erb1
-rw-r--r--actionpack/test/fixtures/with_format.json.erb1
108 files changed, 0 insertions, 281 deletions
diff --git a/actionpack/test/fixtures/_top_level_partial.html.erb b/actionpack/test/fixtures/_top_level_partial.html.erb
deleted file mode 100644
index 0b1c2e46e0..0000000000
--- a/actionpack/test/fixtures/_top_level_partial.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-top level partial html \ No newline at end of file
diff --git a/actionpack/test/fixtures/blog_public/.gitignore b/actionpack/test/fixtures/blog_public/.gitignore
deleted file mode 100644
index 312e635ee6..0000000000
--- a/actionpack/test/fixtures/blog_public/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-absolute/*
diff --git a/actionpack/test/fixtures/blog_public/blog.html b/actionpack/test/fixtures/blog_public/blog.html
deleted file mode 100644
index 79ad44c010..0000000000
--- a/actionpack/test/fixtures/blog_public/blog.html
+++ /dev/null
@@ -1 +0,0 @@
-/blog/blog.html \ No newline at end of file
diff --git a/actionpack/test/fixtures/blog_public/index.html b/actionpack/test/fixtures/blog_public/index.html
deleted file mode 100644
index 2de3825481..0000000000
--- a/actionpack/test/fixtures/blog_public/index.html
+++ /dev/null
@@ -1 +0,0 @@
-/blog/index.html \ No newline at end of file
diff --git a/actionpack/test/fixtures/blog_public/subdir/index.html b/actionpack/test/fixtures/blog_public/subdir/index.html
deleted file mode 100644
index 517bded335..0000000000
--- a/actionpack/test/fixtures/blog_public/subdir/index.html
+++ /dev/null
@@ -1 +0,0 @@
-/blog/subdir/index.html \ No newline at end of file
diff --git a/actionpack/test/fixtures/comments/empty.de.html.erb b/actionpack/test/fixtures/comments/empty.de.html.erb
deleted file mode 100644
index cffd90dd26..0000000000
--- a/actionpack/test/fixtures/comments/empty.de.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<h1>Kein Kommentar</h1> \ No newline at end of file
diff --git a/actionpack/test/fixtures/comments/empty.html.builder b/actionpack/test/fixtures/comments/empty.html.builder
deleted file mode 100644
index 2b0c7207a3..0000000000
--- a/actionpack/test/fixtures/comments/empty.html.builder
+++ /dev/null
@@ -1 +0,0 @@
-xml.h1 'No Comment' \ No newline at end of file
diff --git a/actionpack/test/fixtures/comments/empty.html.erb b/actionpack/test/fixtures/comments/empty.html.erb
deleted file mode 100644
index 827f3861de..0000000000
--- a/actionpack/test/fixtures/comments/empty.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<h1>No Comment</h1> \ No newline at end of file
diff --git a/actionpack/test/fixtures/comments/empty.xml.erb b/actionpack/test/fixtures/comments/empty.xml.erb
deleted file mode 100644
index db1027cd7d..0000000000
--- a/actionpack/test/fixtures/comments/empty.xml.erb
+++ /dev/null
@@ -1 +0,0 @@
-<error>No Comment</error> \ No newline at end of file
diff --git a/actionpack/test/fixtures/companies.yml b/actionpack/test/fixtures/companies.yml
deleted file mode 100644
index ed2992e0b1..0000000000
--- a/actionpack/test/fixtures/companies.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-thirty_seven_signals:
- id: 1
- name: 37Signals
- rating: 4
-
-TextDrive:
- id: 2
- name: TextDrive
- rating: 4
-
-PlanetArgon:
- id: 3
- name: Planet Argon
- rating: 4
-
-Google:
- id: 4
- name: Google
- rating: 4
-
-Ionist:
- id: 5
- name: Ioni.st
- rating: 4 \ No newline at end of file
diff --git a/actionpack/test/fixtures/custom_pattern/another.html.erb b/actionpack/test/fixtures/custom_pattern/another.html.erb
deleted file mode 100644
index 6d7f3bafbb..0000000000
--- a/actionpack/test/fixtures/custom_pattern/another.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-Hello custom patterns! \ No newline at end of file
diff --git a/actionpack/test/fixtures/custom_pattern/html/another.erb b/actionpack/test/fixtures/custom_pattern/html/another.erb
deleted file mode 100644
index dbd7e96ab6..0000000000
--- a/actionpack/test/fixtures/custom_pattern/html/another.erb
+++ /dev/null
@@ -1 +0,0 @@
-Another template! \ No newline at end of file
diff --git a/actionpack/test/fixtures/custom_pattern/html/path.erb b/actionpack/test/fixtures/custom_pattern/html/path.erb
deleted file mode 100644
index 6d7f3bafbb..0000000000
--- a/actionpack/test/fixtures/custom_pattern/html/path.erb
+++ /dev/null
@@ -1 +0,0 @@
-Hello custom patterns! \ No newline at end of file
diff --git a/actionpack/test/fixtures/developer.rb b/actionpack/test/fixtures/developer.rb
deleted file mode 100644
index 4941463015..0000000000
--- a/actionpack/test/fixtures/developer.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-class Developer < ActiveRecord::Base
- has_and_belongs_to_many :projects
- has_many :replies
- has_many :topics, :through => :replies
- accepts_nested_attributes_for :projects
-end
-
-class DeVeLoPeR < ActiveRecord::Base
- self.table_name = "developers"
-end
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
diff --git a/actionpack/test/fixtures/developers/_developer.erb b/actionpack/test/fixtures/developers/_developer.erb
deleted file mode 100644
index 904a3137e7..0000000000
--- a/actionpack/test/fixtures/developers/_developer.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= developer.name %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/developers_projects.yml b/actionpack/test/fixtures/developers_projects.yml
deleted file mode 100644
index cee359c7cf..0000000000
--- a/actionpack/test/fixtures/developers_projects.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-david_action_controller:
- developer_id: 1
- project_id: 2
- joined_on: 2004-10-10
-
-david_active_record:
- developer_id: 1
- project_id: 1
- joined_on: 2004-10-10
-
-jamis_active_record:
- developer_id: 2
- project_id: 1 \ No newline at end of file
diff --git a/actionpack/test/fixtures/fun/games/_game.erb b/actionpack/test/fixtures/fun/games/_game.erb
deleted file mode 100644
index f0f542ff92..0000000000
--- a/actionpack/test/fixtures/fun/games/_game.erb
+++ /dev/null
@@ -1 +0,0 @@
-Fun <%= game.name %>
diff --git a/actionpack/test/fixtures/fun/serious/games/_game.erb b/actionpack/test/fixtures/fun/serious/games/_game.erb
deleted file mode 100644
index 523bc55bd7..0000000000
--- a/actionpack/test/fixtures/fun/serious/games/_game.erb
+++ /dev/null
@@ -1 +0,0 @@
-Serious <%= game.name %>
diff --git a/actionpack/test/fixtures/games/_game.erb b/actionpack/test/fixtures/games/_game.erb
deleted file mode 100644
index 1aeb81fcba..0000000000
--- a/actionpack/test/fixtures/games/_game.erb
+++ /dev/null
@@ -1 +0,0 @@
-Just <%= game.name %>
diff --git a/actionpack/test/fixtures/happy_path/render_action/hello_world.erb b/actionpack/test/fixtures/happy_path/render_action/hello_world.erb
deleted file mode 100644
index 6769dd60bd..0000000000
--- a/actionpack/test/fixtures/happy_path/render_action/hello_world.erb
+++ /dev/null
@@ -1 +0,0 @@
-Hello world! \ No newline at end of file
diff --git a/actionpack/test/fixtures/layout_tests/alt/hello.erb b/actionpack/test/fixtures/layout_tests/alt/hello.erb
deleted file mode 100644
index 1055c36659..0000000000
--- a/actionpack/test/fixtures/layout_tests/alt/hello.erb
+++ /dev/null
@@ -1 +0,0 @@
-alt/hello.erb
diff --git a/actionpack/test/fixtures/layouts/_column.html.erb b/actionpack/test/fixtures/layouts/_column.html.erb
deleted file mode 100644
index 96db002b8a..0000000000
--- a/actionpack/test/fixtures/layouts/_column.html.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<div id="column"><%= yield :column %></div>
-<div id="content"><%= yield %></div> \ No newline at end of file
diff --git a/actionpack/test/fixtures/layouts/_partial_and_yield.erb b/actionpack/test/fixtures/layouts/_partial_and_yield.erb
deleted file mode 100644
index 74cc428ffa..0000000000
--- a/actionpack/test/fixtures/layouts/_partial_and_yield.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<%= render :partial => 'test/partial' %>
-<%= yield %>
diff --git a/actionpack/test/fixtures/layouts/_yield_only.erb b/actionpack/test/fixtures/layouts/_yield_only.erb
deleted file mode 100644
index 37f0bddbd7..0000000000
--- a/actionpack/test/fixtures/layouts/_yield_only.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= yield %>
diff --git a/actionpack/test/fixtures/layouts/_yield_with_params.erb b/actionpack/test/fixtures/layouts/_yield_with_params.erb
deleted file mode 100644
index 68e6557fb8..0000000000
--- a/actionpack/test/fixtures/layouts/_yield_with_params.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= yield 'Yield!' %>
diff --git a/actionpack/test/fixtures/layouts/streaming.erb b/actionpack/test/fixtures/layouts/streaming.erb
deleted file mode 100644
index d3f896a6ca..0000000000
--- a/actionpack/test/fixtures/layouts/streaming.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<%= yield :header -%>
-<%= yield -%>
-<%= yield :footer -%>
-<%= yield(:unknown).presence || "." -%> \ No newline at end of file
diff --git a/actionpack/test/fixtures/layouts/yield_with_render_inline_inside.erb b/actionpack/test/fixtures/layouts/yield_with_render_inline_inside.erb
deleted file mode 100644
index 7298d79690..0000000000
--- a/actionpack/test/fixtures/layouts/yield_with_render_inline_inside.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<%= render :inline => 'welcome' %>
-<%= yield %>
diff --git a/actionpack/test/fixtures/layouts/yield_with_render_partial_inside.erb b/actionpack/test/fixtures/layouts/yield_with_render_partial_inside.erb
deleted file mode 100644
index 74cc428ffa..0000000000
--- a/actionpack/test/fixtures/layouts/yield_with_render_partial_inside.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<%= render :partial => 'test/partial' %>
-<%= yield %>
diff --git a/actionpack/test/fixtures/mascot.rb b/actionpack/test/fixtures/mascot.rb
deleted file mode 100644
index f9f1448b8f..0000000000
--- a/actionpack/test/fixtures/mascot.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-class Mascot < ActiveRecord::Base
- belongs_to :company
-end \ No newline at end of file
diff --git a/actionpack/test/fixtures/mascots.yml b/actionpack/test/fixtures/mascots.yml
deleted file mode 100644
index 17b7dff454..0000000000
--- a/actionpack/test/fixtures/mascots.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-upload_bird:
- id: 1
- company_id: 1
- name: The Upload Bird \ No newline at end of file
diff --git a/actionpack/test/fixtures/mascots/_mascot.html.erb b/actionpack/test/fixtures/mascots/_mascot.html.erb
deleted file mode 100644
index 432773a1da..0000000000
--- a/actionpack/test/fixtures/mascots/_mascot.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= mascot.name %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/plain_text.raw b/actionpack/test/fixtures/plain_text.raw
deleted file mode 100644
index b13985337f..0000000000
--- a/actionpack/test/fixtures/plain_text.raw
+++ /dev/null
@@ -1 +0,0 @@
-<%= hello_world %>
diff --git a/actionpack/test/fixtures/plain_text_with_characters.raw b/actionpack/test/fixtures/plain_text_with_characters.raw
deleted file mode 100644
index 1e86e44fb4..0000000000
--- a/actionpack/test/fixtures/plain_text_with_characters.raw
+++ /dev/null
@@ -1 +0,0 @@
-Here are some characters: !@#$%^&*()-="'}{`
diff --git a/actionpack/test/fixtures/project.rb b/actionpack/test/fixtures/project.rb
deleted file mode 100644
index c124a9e605..0000000000
--- a/actionpack/test/fixtures/project.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-class Project < ActiveRecord::Base
- has_and_belongs_to_many :developers, -> { uniq }
-end
diff --git a/actionpack/test/fixtures/projects.yml b/actionpack/test/fixtures/projects.yml
deleted file mode 100644
index 02800c7824..0000000000
--- a/actionpack/test/fixtures/projects.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-action_controller:
- id: 2
- name: Active Controller
-
-active_record:
- id: 1
- name: Active Record
diff --git a/actionpack/test/fixtures/projects/_project.erb b/actionpack/test/fixtures/projects/_project.erb
deleted file mode 100644
index 480c4c2af3..0000000000
--- a/actionpack/test/fixtures/projects/_project.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= project.name %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/.gitignore b/actionpack/test/fixtures/public/.gitignore
deleted file mode 100644
index 312e635ee6..0000000000
--- a/actionpack/test/fixtures/public/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-absolute/*
diff --git a/actionpack/test/fixtures/public/elsewhere/cools.js b/actionpack/test/fixtures/public/elsewhere/cools.js
deleted file mode 100644
index 6e12fe29c4..0000000000
--- a/actionpack/test/fixtures/public/elsewhere/cools.js
+++ /dev/null
@@ -1 +0,0 @@
-// cools.js \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/elsewhere/file.css b/actionpack/test/fixtures/public/elsewhere/file.css
deleted file mode 100644
index 6aea0733b1..0000000000
--- a/actionpack/test/fixtures/public/elsewhere/file.css
+++ /dev/null
@@ -1 +0,0 @@
-/*file.css*/ \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/javascripts/application.js b/actionpack/test/fixtures/public/javascripts/application.js
deleted file mode 100644
index 9702692980..0000000000
--- a/actionpack/test/fixtures/public/javascripts/application.js
+++ /dev/null
@@ -1 +0,0 @@
-// application js \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/javascripts/bank.js b/actionpack/test/fixtures/public/javascripts/bank.js
deleted file mode 100644
index 4a1bee7182..0000000000
--- a/actionpack/test/fixtures/public/javascripts/bank.js
+++ /dev/null
@@ -1 +0,0 @@
-// bank js \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/javascripts/common.javascript b/actionpack/test/fixtures/public/javascripts/common.javascript
deleted file mode 100644
index 2ae1929056..0000000000
--- a/actionpack/test/fixtures/public/javascripts/common.javascript
+++ /dev/null
@@ -1 +0,0 @@
-// common.javascript \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/javascripts/controls.js b/actionpack/test/fixtures/public/javascripts/controls.js
deleted file mode 100644
index 88168d9f13..0000000000
--- a/actionpack/test/fixtures/public/javascripts/controls.js
+++ /dev/null
@@ -1 +0,0 @@
-// controls js \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/javascripts/dragdrop.js b/actionpack/test/fixtures/public/javascripts/dragdrop.js
deleted file mode 100644
index c07061ac0c..0000000000
--- a/actionpack/test/fixtures/public/javascripts/dragdrop.js
+++ /dev/null
@@ -1 +0,0 @@
-// dragdrop js \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/javascripts/effects.js b/actionpack/test/fixtures/public/javascripts/effects.js
deleted file mode 100644
index b555d63034..0000000000
--- a/actionpack/test/fixtures/public/javascripts/effects.js
+++ /dev/null
@@ -1 +0,0 @@
-// effects js \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/javascripts/prototype.js b/actionpack/test/fixtures/public/javascripts/prototype.js
deleted file mode 100644
index 9780064a0e..0000000000
--- a/actionpack/test/fixtures/public/javascripts/prototype.js
+++ /dev/null
@@ -1 +0,0 @@
-// prototype js \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/javascripts/robber.js b/actionpack/test/fixtures/public/javascripts/robber.js
deleted file mode 100644
index eb82fcbdf4..0000000000
--- a/actionpack/test/fixtures/public/javascripts/robber.js
+++ /dev/null
@@ -1 +0,0 @@
-// robber js \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/javascripts/subdir/subdir.js b/actionpack/test/fixtures/public/javascripts/subdir/subdir.js
deleted file mode 100644
index 9d23a67aa1..0000000000
--- a/actionpack/test/fixtures/public/javascripts/subdir/subdir.js
+++ /dev/null
@@ -1 +0,0 @@
-// subdir js
diff --git a/actionpack/test/fixtures/public/javascripts/version.1.0.js b/actionpack/test/fixtures/public/javascripts/version.1.0.js
deleted file mode 100644
index cfd5fce70e..0000000000
--- a/actionpack/test/fixtures/public/javascripts/version.1.0.js
+++ /dev/null
@@ -1 +0,0 @@
-// version.1.0 js \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/stylesheets/bank.css b/actionpack/test/fixtures/public/stylesheets/bank.css
deleted file mode 100644
index ea161b12b2..0000000000
--- a/actionpack/test/fixtures/public/stylesheets/bank.css
+++ /dev/null
@@ -1 +0,0 @@
-/* bank.css */ \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/stylesheets/random.styles b/actionpack/test/fixtures/public/stylesheets/random.styles
deleted file mode 100644
index d4eeead95c..0000000000
--- a/actionpack/test/fixtures/public/stylesheets/random.styles
+++ /dev/null
@@ -1 +0,0 @@
-/* random.styles */ \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/stylesheets/robber.css b/actionpack/test/fixtures/public/stylesheets/robber.css
deleted file mode 100644
index 0fdd00a6a5..0000000000
--- a/actionpack/test/fixtures/public/stylesheets/robber.css
+++ /dev/null
@@ -1 +0,0 @@
-/* robber.css */ \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/stylesheets/subdir/subdir.css b/actionpack/test/fixtures/public/stylesheets/subdir/subdir.css
deleted file mode 100644
index 241152a905..0000000000
--- a/actionpack/test/fixtures/public/stylesheets/subdir/subdir.css
+++ /dev/null
@@ -1 +0,0 @@
-/* subdir.css */
diff --git a/actionpack/test/fixtures/public/stylesheets/version.1.0.css b/actionpack/test/fixtures/public/stylesheets/version.1.0.css
deleted file mode 100644
index 30f5f9ba6e..0000000000
--- a/actionpack/test/fixtures/public/stylesheets/version.1.0.css
+++ /dev/null
@@ -1 +0,0 @@
-/* version.1.0.css */ \ No newline at end of file
diff --git a/actionpack/test/fixtures/replies.yml b/actionpack/test/fixtures/replies.yml
deleted file mode 100644
index 2a3454b8bf..0000000000
--- a/actionpack/test/fixtures/replies.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-witty_retort:
- id: 1
- topic_id: 1
- developer_id: 1
- content: Birdman is better!
- created_at: <%= 6.hours.ago.to_s(:db) %>
- updated_at: nil
-
-another:
- id: 2
- topic_id: 2
- developer_id: 1
- content: Nuh uh!
- created_at: <%= 1.hour.ago.to_s(:db) %>
- updated_at: nil
diff --git a/actionpack/test/fixtures/replies/_reply.erb b/actionpack/test/fixtures/replies/_reply.erb
deleted file mode 100644
index 68baf548d8..0000000000
--- a/actionpack/test/fixtures/replies/_reply.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= reply.content %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/reply.rb b/actionpack/test/fixtures/reply.rb
deleted file mode 100644
index 047522c55b..0000000000
--- a/actionpack/test/fixtures/reply.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class Reply < ActiveRecord::Base
- scope :base, -> { all }
- belongs_to :topic, -> { includes(:replies) }
- belongs_to :developer
-
- validates_presence_of :content
-end
diff --git a/actionpack/test/fixtures/scope/test/modgreet.erb b/actionpack/test/fixtures/scope/test/modgreet.erb
deleted file mode 100644
index 8947726e89..0000000000
--- a/actionpack/test/fixtures/scope/test/modgreet.erb
+++ /dev/null
@@ -1 +0,0 @@
-<p>Beautiful modules!</p> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_200.html.erb b/actionpack/test/fixtures/test/_200.html.erb
deleted file mode 100644
index c9f45675dc..0000000000
--- a/actionpack/test/fixtures/test/_200.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<h1>Invalid partial</h1>
diff --git a/actionpack/test/fixtures/test/_b_layout_for_partial.html.erb b/actionpack/test/fixtures/test/_b_layout_for_partial.html.erb
deleted file mode 100644
index e918ba8f83..0000000000
--- a/actionpack/test/fixtures/test/_b_layout_for_partial.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<b><%= yield %></b> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_b_layout_for_partial_with_object.html.erb b/actionpack/test/fixtures/test/_b_layout_for_partial_with_object.html.erb
deleted file mode 100644
index bdd53014cd..0000000000
--- a/actionpack/test/fixtures/test/_b_layout_for_partial_with_object.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<b class="<%= customer.name.downcase %>"><%= yield %></b> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_b_layout_for_partial_with_object_counter.html.erb b/actionpack/test/fixtures/test/_b_layout_for_partial_with_object_counter.html.erb
deleted file mode 100644
index 44d6121297..0000000000
--- a/actionpack/test/fixtures/test/_b_layout_for_partial_with_object_counter.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<b data-counter="<%= customer_counter %>"><%= yield %></b> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_content_tag_nested_in_content_tag.erb b/actionpack/test/fixtures/test/_content_tag_nested_in_content_tag.erb
deleted file mode 100644
index 2f21a75dd9..0000000000
--- a/actionpack/test/fixtures/test/_content_tag_nested_in_content_tag.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<%= content_tag 'p' do %>
- <%= content_tag 'b', 'Hello' %>
-<% end %>
diff --git a/actionpack/test/fixtures/test/_from_helper.erb b/actionpack/test/fixtures/test/_from_helper.erb
deleted file mode 100644
index 16de7c0f8a..0000000000
--- a/actionpack/test/fixtures/test/_from_helper.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= render_from_helper %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_label_with_block.erb b/actionpack/test/fixtures/test/_label_with_block.erb
deleted file mode 100644
index 40117e594e..0000000000
--- a/actionpack/test/fixtures/test/_label_with_block.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<%= label 'post', 'message' do %>
- Message
- <%= text_field 'post', 'message' %>
-<% end %>
diff --git a/actionpack/test/fixtures/test/_layout_for_block_with_args.html.erb b/actionpack/test/fixtures/test/_layout_for_block_with_args.html.erb
deleted file mode 100644
index 307533208d..0000000000
--- a/actionpack/test/fixtures/test/_layout_for_block_with_args.html.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-Before
-<%= yield 'arg1', 'arg2' %>
-After \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb b/actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb
deleted file mode 100644
index 820e7db789..0000000000
--- a/actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-Before
-<%= render :partial => "test/partial" %>
-<%= yield %>
-After
diff --git a/actionpack/test/fixtures/test/_local_inspector.html.erb b/actionpack/test/fixtures/test/_local_inspector.html.erb
deleted file mode 100644
index e6765c0882..0000000000
--- a/actionpack/test/fixtures/test/_local_inspector.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= local_assigns.keys.map {|k| k.to_s }.sort.join(",") -%> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_object_inspector.erb b/actionpack/test/fixtures/test/_object_inspector.erb
deleted file mode 100644
index 53af593821..0000000000
--- a/actionpack/test/fixtures/test/_object_inspector.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= object_inspector.inspect -%> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_one.html.erb b/actionpack/test/fixtures/test/_one.html.erb
deleted file mode 100644
index f796291cb4..0000000000
--- a/actionpack/test/fixtures/test/_one.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= render :partial => "two" %> world
diff --git a/actionpack/test/fixtures/test/_partial_with_layout.erb b/actionpack/test/fixtures/test/_partial_with_layout.erb
deleted file mode 100644
index 2a50c834fe..0000000000
--- a/actionpack/test/fixtures/test/_partial_with_layout.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<%= render :partial => 'test/partial', :layout => 'test/layout_for_partial', :locals => { :name => 'Bar!' } %>
-partial with layout
diff --git a/actionpack/test/fixtures/test/_partial_with_layout_block_content.erb b/actionpack/test/fixtures/test/_partial_with_layout_block_content.erb
deleted file mode 100644
index 65dafd93a8..0000000000
--- a/actionpack/test/fixtures/test/_partial_with_layout_block_content.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<%= render :layout => 'test/layout_for_partial', :locals => { :name => 'Bar!' } do %>
- Content from inside layout!
-<% end %>
-partial with layout
diff --git a/actionpack/test/fixtures/test/_partial_with_layout_block_partial.erb b/actionpack/test/fixtures/test/_partial_with_layout_block_partial.erb
deleted file mode 100644
index 444197a7d0..0000000000
--- a/actionpack/test/fixtures/test/_partial_with_layout_block_partial.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<%= render :layout => 'test/layout_for_partial', :locals => { :name => 'Bar!' } do %>
- <%= render 'test/partial' %>
-<% end %>
-partial with layout
diff --git a/actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb b/actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb
deleted file mode 100644
index 00e6b6d6da..0000000000
--- a/actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-partial with only html version \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_raise.html.erb b/actionpack/test/fixtures/test/_raise.html.erb
deleted file mode 100644
index 68b08181d3..0000000000
--- a/actionpack/test/fixtures/test/_raise.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= doesnt_exist %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_two.html.erb b/actionpack/test/fixtures/test/_two.html.erb
deleted file mode 100644
index 5ab2f8a432..0000000000
--- a/actionpack/test/fixtures/test/_two.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-Hello \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_utf8_partial.html.erb b/actionpack/test/fixtures/test/_utf8_partial.html.erb
deleted file mode 100644
index 8d717fd427..0000000000
--- a/actionpack/test/fixtures/test/_utf8_partial.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= "текст" %>
diff --git a/actionpack/test/fixtures/test/_utf8_partial_magic.html.erb b/actionpack/test/fixtures/test/_utf8_partial_magic.html.erb
deleted file mode 100644
index 4e2224610a..0000000000
--- a/actionpack/test/fixtures/test/_utf8_partial_magic.html.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<%# encoding: utf-8 -%>
-<%= "текст" %>
diff --git a/actionpack/test/fixtures/test/basic.html.erb b/actionpack/test/fixtures/test/basic.html.erb
deleted file mode 100644
index ea696d7e01..0000000000
--- a/actionpack/test/fixtures/test/basic.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-Hello from basic.html.erb \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/dont_pick_me b/actionpack/test/fixtures/test/dont_pick_me
deleted file mode 100644
index 0157c9e503..0000000000
--- a/actionpack/test/fixtures/test/dont_pick_me
+++ /dev/null
@@ -1 +0,0 @@
-non-template file \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/hello_world.da.html.erb b/actionpack/test/fixtures/test/hello_world.da.html.erb
deleted file mode 100644
index 10ec443291..0000000000
--- a/actionpack/test/fixtures/test/hello_world.da.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-Hey verden \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/hello_world.erb~ b/actionpack/test/fixtures/test/hello_world.erb~
deleted file mode 100644
index 21934a1c95..0000000000
--- a/actionpack/test/fixtures/test/hello_world.erb~
+++ /dev/null
@@ -1 +0,0 @@
-Don't pick me! \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/hello_world.pt-BR.html.erb b/actionpack/test/fixtures/test/hello_world.pt-BR.html.erb
deleted file mode 100644
index 773b3c8c6e..0000000000
--- a/actionpack/test/fixtures/test/hello_world.pt-BR.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-Ola mundo \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/layout_render_file.erb b/actionpack/test/fixtures/test/layout_render_file.erb
deleted file mode 100644
index 2f8e921c5f..0000000000
--- a/actionpack/test/fixtures/test/layout_render_file.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<% content_for :title do %>title<% end -%>
-<%= render :file => 'layouts/yield' -%> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/layout_render_object.erb b/actionpack/test/fixtures/test/layout_render_object.erb
deleted file mode 100644
index acc4453c08..0000000000
--- a/actionpack/test/fixtures/test/layout_render_object.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= render :layout => "layouts/customers" do |customer| %><%= customer.name %><% end %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/malformed/malformed.en.html.erb~ b/actionpack/test/fixtures/test/malformed/malformed.en.html.erb~
deleted file mode 100644
index d009950384..0000000000
--- a/actionpack/test/fixtures/test/malformed/malformed.en.html.erb~
+++ /dev/null
@@ -1 +0,0 @@
-Don't render me! \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/malformed/malformed.erb~ b/actionpack/test/fixtures/test/malformed/malformed.erb~
deleted file mode 100644
index d009950384..0000000000
--- a/actionpack/test/fixtures/test/malformed/malformed.erb~
+++ /dev/null
@@ -1 +0,0 @@
-Don't render me! \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/malformed/malformed.html.erb~ b/actionpack/test/fixtures/test/malformed/malformed.html.erb~
deleted file mode 100644
index d009950384..0000000000
--- a/actionpack/test/fixtures/test/malformed/malformed.html.erb~
+++ /dev/null
@@ -1 +0,0 @@
-Don't render me! \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/nested_layout.erb b/actionpack/test/fixtures/test/nested_layout.erb
deleted file mode 100644
index 6078f74b4c..0000000000
--- a/actionpack/test/fixtures/test/nested_layout.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<% content_for :title, "title" -%>
-<% content_for :column do -%>column<% end -%>
-<%= render :layout => 'layouts/column' do -%>content<% end -%> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/nested_streaming.erb b/actionpack/test/fixtures/test/nested_streaming.erb
deleted file mode 100644
index 55525e0c92..0000000000
--- a/actionpack/test/fixtures/test/nested_streaming.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<%- content_for :header do -%>?<%- end -%>
-<%= render :template => "test/streaming" %>
-? \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/one.html.erb b/actionpack/test/fixtures/test/one.html.erb
deleted file mode 100644
index 0151874809..0000000000
--- a/actionpack/test/fixtures/test/one.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= render :partial => "test/two" %> world \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/streaming.erb b/actionpack/test/fixtures/test/streaming.erb
deleted file mode 100644
index fb9b8b1ade..0000000000
--- a/actionpack/test/fixtures/test/streaming.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<%- provide :header do -%>Yes, <%- end -%>
-this works
-<%- content_for :footer, " like a charm" -%>
diff --git a/actionpack/test/fixtures/test/streaming_buster.erb b/actionpack/test/fixtures/test/streaming_buster.erb
deleted file mode 100644
index 4221d56dcc..0000000000
--- a/actionpack/test/fixtures/test/streaming_buster.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<%= yield :foo -%>
-This won't look
-<% provide :unknown, " good." -%>
diff --git a/actionpack/test/fixtures/test/sub_template_raise.html.erb b/actionpack/test/fixtures/test/sub_template_raise.html.erb
deleted file mode 100644
index f38c0bda90..0000000000
--- a/actionpack/test/fixtures/test/sub_template_raise.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= render :partial => "test/raise" %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/template.erb b/actionpack/test/fixtures/test/template.erb
deleted file mode 100644
index 785afa8f6a..0000000000
--- a/actionpack/test/fixtures/test/template.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= template.path %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/update_element_with_capture.erb b/actionpack/test/fixtures/test/update_element_with_capture.erb
deleted file mode 100644
index fa3ef200f9..0000000000
--- a/actionpack/test/fixtures/test/update_element_with_capture.erb
+++ /dev/null
@@ -1,9 +0,0 @@
-<% replacement_function = update_element_function("products", :action => :update) do %>
- <p>Product 1</p>
- <p>Product 2</p>
-<% end %>
-<%= javascript_tag(replacement_function) %>
-
-<% update_element_function("status", :action => :update, :binding => binding) do %>
- <b>You bought something!</b>
-<% end %>
diff --git a/actionpack/test/fixtures/test/utf8.html.erb b/actionpack/test/fixtures/test/utf8.html.erb
deleted file mode 100644
index ac98c2f012..0000000000
--- a/actionpack/test/fixtures/test/utf8.html.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-Русский <%= render :partial => 'test/utf8_partial' %>
-<%= "日".encoding %>
-<%= @output_buffer.encoding %>
-<%= __ENCODING__ %>
diff --git a/actionpack/test/fixtures/test/utf8_magic.html.erb b/actionpack/test/fixtures/test/utf8_magic.html.erb
deleted file mode 100644
index 257279c29f..0000000000
--- a/actionpack/test/fixtures/test/utf8_magic.html.erb
+++ /dev/null
@@ -1,5 +0,0 @@
-<%# encoding: utf-8 -%>
-Русский <%= render :partial => 'test/utf8_partial_magic' %>
-<%= "日".encoding %>
-<%= @output_buffer.encoding %>
-<%= __ENCODING__ %>
diff --git a/actionpack/test/fixtures/test/utf8_magic_with_bare_partial.html.erb b/actionpack/test/fixtures/test/utf8_magic_with_bare_partial.html.erb
deleted file mode 100644
index cb22692f9a..0000000000
--- a/actionpack/test/fixtures/test/utf8_magic_with_bare_partial.html.erb
+++ /dev/null
@@ -1,5 +0,0 @@
-<%# encoding: utf-8 -%>
-Русский <%= render :partial => 'test/utf8_partial' %>
-<%= "日".encoding %>
-<%= @output_buffer.encoding %>
-<%= __ENCODING__ %>
diff --git a/actionpack/test/fixtures/topic.rb b/actionpack/test/fixtures/topic.rb
deleted file mode 100644
index 9fa9746535..0000000000
--- a/actionpack/test/fixtures/topic.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-class Topic < ActiveRecord::Base
- has_many :replies, :dependent => :destroy
-end
diff --git a/actionpack/test/fixtures/topics.yml b/actionpack/test/fixtures/topics.yml
deleted file mode 100644
index 7fdd49d54e..0000000000
--- a/actionpack/test/fixtures/topics.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-futurama:
- id: 1
- title: Isnt futurama awesome?
- subtitle: It really is, isnt it.
- content: I like futurama
- created_at: <%= 1.day.ago.to_s(:db) %>
- updated_at:
-
-harvey_birdman:
- id: 2
- title: Harvey Birdman is the king of all men
- subtitle: yup
- content: It really is
- created_at: <%= 2.hours.ago.to_s(:db) %>
- updated_at:
-
-rails:
- id: 3
- title: Rails is nice
- subtitle: It makes me happy
- content: except when I have to hack internals to fix pagination. even then really.
- created_at: <%= 20.minutes.ago.to_s(:db) %>
diff --git a/actionpack/test/fixtures/topics/_topic.html.erb b/actionpack/test/fixtures/topics/_topic.html.erb
deleted file mode 100644
index 98659ca098..0000000000
--- a/actionpack/test/fixtures/topics/_topic.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= topic.title %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/translations/templates/array.erb b/actionpack/test/fixtures/translations/templates/array.erb
deleted file mode 100644
index d86045a172..0000000000
--- a/actionpack/test/fixtures/translations/templates/array.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= t('.foo.bar') %>
diff --git a/actionpack/test/fixtures/translations/templates/default.erb b/actionpack/test/fixtures/translations/templates/default.erb
deleted file mode 100644
index 8b70031071..0000000000
--- a/actionpack/test/fixtures/translations/templates/default.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= t('.missing', :default => :'.foo') %>
diff --git a/actionpack/test/fixtures/translations/templates/found.erb b/actionpack/test/fixtures/translations/templates/found.erb
deleted file mode 100644
index 080c9c0aee..0000000000
--- a/actionpack/test/fixtures/translations/templates/found.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= t('.foo') %>
diff --git a/actionpack/test/fixtures/translations/templates/missing.erb b/actionpack/test/fixtures/translations/templates/missing.erb
deleted file mode 100644
index 0f3f17f8ef..0000000000
--- a/actionpack/test/fixtures/translations/templates/missing.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= t('.missing') %>
diff --git a/actionpack/test/fixtures/with_format.json.erb b/actionpack/test/fixtures/with_format.json.erb
deleted file mode 100644
index a7f480ab1d..0000000000
--- a/actionpack/test/fixtures/with_format.json.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= render :partial => 'missing', :formats => [:json] %>