aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-10 20:41:59 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-10 20:41:59 +0000
commit93ec552e9b76be7491dfe06c09e0e636dfd0d3a3 (patch)
treec96c94849607623f0701479f62d7cce67a8e67af /actionpack/test/fixtures
parentfade31ad0581361c7b4e49a8b223e4c52094fec0 (diff)
downloadrails-93ec552e9b76be7491dfe06c09e0e636dfd0d3a3.tar.gz
rails-93ec552e9b76be7491dfe06c09e0e636dfd0d3a3.tar.bz2
rails-93ec552e9b76be7491dfe06c09e0e636dfd0d3a3.zip
Fix up template handler tests. Closes #10437.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8372 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/hello_world.builder4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/fixtures/test/hello_world.builder b/actionpack/test/fixtures/test/hello_world.builder
deleted file mode 100644
index 8455b11edc..0000000000
--- a/actionpack/test/fixtures/test/hello_world.builder
+++ /dev/null
@@ -1,4 +0,0 @@
-xml.html do
- xml.p "Hello"
-end
-"String return value"