aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/capture_helper_test.rb
diff options
context:
space:
mode:
authorrohit <rohit.arondekar@gmail.com>2010-05-16 13:04:46 +0530
committerJosé Valim <jose.valim@gmail.com>2010-05-16 14:32:53 +0200
commitfc2480a277fd4753aebf68dcf8787d24e00bd057 (patch)
tree268c40c49119001ddb8aae1f1bd2a0d5bb51aeeb /actionpack/test/template/capture_helper_test.rb
parent3e84ea014e9f4d0f8d302c9bf8ad04240eec2804 (diff)
downloadrails-fc2480a277fd4753aebf68dcf8787d24e00bd057.tar.gz
rails-fc2480a277fd4753aebf68dcf8787d24e00bd057.tar.bz2
rails-fc2480a277fd4753aebf68dcf8787d24e00bd057.zip
Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited]
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'actionpack/test/template/capture_helper_test.rb')
-rw-r--r--actionpack/test/template/capture_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/capture_helper_test.rb b/actionpack/test/template/capture_helper_test.rb
index bf541c17d3..9f3d68a639 100644
--- a/actionpack/test/template/capture_helper_test.rb
+++ b/actionpack/test/template/capture_helper_test.rb
@@ -74,7 +74,7 @@ class CaptureHelperTest < ActionView::TestCase
@av.output_buffer.force_encoding(alt_encoding)
@av.with_output_buffer do
- assert alt_encoding, @av.output_buffer.encoding
+ assert_equal alt_encoding, @av.output_buffer.encoding
end
end
end