aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-05-15 03:13:32 +0000
committerRick Olson <technoweenie@gmail.com>2007-05-15 03:13:32 +0000
commit80074cb4de2e60cd771b76d396d61e5c4bc0aff6 (patch)
treef8d6991a146e1268750f2be8b1e3ff62e9dbbc98 /actionpack/test/fixtures
parentf8273e430916f8c7b0d21ad14aab90e427f8c0a6 (diff)
downloadrails-80074cb4de2e60cd771b76d396d61e5c4bc0aff6.tar.gz
rails-80074cb4de2e60cd771b76d396d61e5c4bc0aff6.tar.bz2
rails-80074cb4de2e60cd771b76d396d61e5c4bc0aff6.zip
Assume that rendered partials go by the HTML format by default
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6734 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/_partial.erb1
-rw-r--r--actionpack/test/fixtures/test/_partial.html.erb1
-rw-r--r--actionpack/test/fixtures/test/_partial.rhtml0
3 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/_partial.erb b/actionpack/test/fixtures/test/_partial.erb
new file mode 100644
index 0000000000..e466dcbd8e
--- /dev/null
+++ b/actionpack/test/fixtures/test/_partial.erb
@@ -0,0 +1 @@
+invalid \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_partial.html.erb b/actionpack/test/fixtures/test/_partial.html.erb
new file mode 100644
index 0000000000..e39f6c9827
--- /dev/null
+++ b/actionpack/test/fixtures/test/_partial.html.erb
@@ -0,0 +1 @@
+partial html \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/_partial.rhtml b/actionpack/test/fixtures/test/_partial.rhtml
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/actionpack/test/fixtures/test/_partial.rhtml