aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-08-08 18:12:47 -0300
committerYehuda Katz <wycats@gmail.com>2009-08-09 04:12:08 -0300
commitd7415f792cefeaa11453d7ac1d0c3813b2883599 (patch)
treea8548fcbfa02a9c600281bf00b3a758d2fde99ec /actionpack/test/controller
parentbf412c9ec641de6d6bc89a294d02f04c86abc392 (diff)
downloadrails-d7415f792cefeaa11453d7ac1d0c3813b2883599.tar.gz
rails-d7415f792cefeaa11453d7ac1d0c3813b2883599.tar.bz2
rails-d7415f792cefeaa11453d7ac1d0c3813b2883599.zip
Clean up partial object some more; replace passing around a block to a single block ivar
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r--actionpack/test/controller/render_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/controller/render_test.rb b/actionpack/test/controller/render_test.rb
index 9546fdb50d..0c0599679c 100644
--- a/actionpack/test/controller/render_test.rb
+++ b/actionpack/test/controller/render_test.rb
@@ -1237,7 +1237,6 @@ class RenderTest < ActionController::TestCase
def test_partial_collection_with_spacer
get :partial_collection_with_spacer
assert_equal "Hello: davidonly partialHello: mary", @response.body
- assert_template :partial => 'test/_partial_only'
assert_template :partial => '_customer'
end