diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2005-07-05 18:21:26 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2005-07-05 18:21:26 +0000 |
commit | 8a2fec8d31c142caad04d66d774c49c23b12f8b5 (patch) | |
tree | 87e8b7a48b1d339381660c869ee52864ca14a7fb /actionpack/test/fixtures | |
parent | 607ce7f0a05af639d061e6ba2e5fd038e408bbd4 (diff) | |
download | rails-8a2fec8d31c142caad04d66d774c49c23b12f8b5.tar.gz rails-8a2fec8d31c142caad04d66d774c49c23b12f8b5.tar.bz2 rails-8a2fec8d31c142caad04d66d774c49c23b12f8b5.zip |
r2874@asus: jeremy | 2005-07-05 16:13:39 -0700
Unit test for Ticket #1614.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1717 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/test/list.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/list.rhtml b/actionpack/test/fixtures/test/list.rhtml index 39e2cad966..cd0ab45d26 100644 --- a/actionpack/test/fixtures/test/list.rhtml +++ b/actionpack/test/fixtures/test/list.rhtml @@ -1 +1 @@ -<%= render_collection_of_partials "customer", @customers %>
\ No newline at end of file +<%= @test_unchanged = 'goodbye' %><%= render_collection_of_partials "customer", @customers %><%= @test_unchanged %> |