aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-27 09:11:00 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-27 09:11:00 +0000
commite95dd53a5d909338a8cf7720989d16b2620f78e2 (patch)
tree143aa1cacae5dba20db0ca811d8d8ff4b69c5933 /actionpack/test/fixtures/test
parentd876daf51f0ac141eb0152a1233c9b3a11fc4bd4 (diff)
downloadrails-e95dd53a5d909338a8cf7720989d16b2620f78e2.tar.gz
rails-e95dd53a5d909338a8cf7720989d16b2620f78e2.tar.bz2
rails-e95dd53a5d909338a8cf7720989d16b2620f78e2.zip
Added two failing tests for partials with locals from controller
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1937 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures/test')
-rw-r--r--actionpack/test/fixtures/test/_customer.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/_customer.rhtml b/actionpack/test/fixtures/test/_customer.rhtml
index 872d8c44e6..fc2d3f26b2 100644
--- a/actionpack/test/fixtures/test/_customer.rhtml
+++ b/actionpack/test/fixtures/test/_customer.rhtml
@@ -1 +1 @@
-Hello: <%= customer.name %> \ No newline at end of file
+Hello: <%= customer.name %><%= extra %> \ No newline at end of file