From 35b74de7703515cf93da2d3e850702f58a2a6f48 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 12 Feb 2006 21:31:28 +0000 Subject: Use real assigns instead of a method call [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3591 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/prototype_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/template/prototype_helper_test.rb') diff --git a/actionpack/test/template/prototype_helper_test.rb b/actionpack/test/template/prototype_helper_test.rb index fc8961f02a..326363dc58 100644 --- a/actionpack/test/template/prototype_helper_test.rb +++ b/actionpack/test/template/prototype_helper_test.rb @@ -238,7 +238,7 @@ Element.update("baz", "

This is a test

"); end def test_element_proxy_assignment - @generator['hello'].assign :width, 400 + @generator['hello'].width = 400 assert_equal %($('hello').width = 400;), @generator.to_s end -- cgit v1.2.3