From cf9c991d4cdcf1cb9511d4b070ed83ca5cb5bc03 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 4 Jul 2005 15:20:25 +0000 Subject: Fix test broken by [1648] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1663 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/action_pack_assertions_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/controller') diff --git a/actionpack/test/controller/action_pack_assertions_test.rb b/actionpack/test/controller/action_pack_assertions_test.rb index 2cf9c72f45..bccff5ab98 100644 --- a/actionpack/test/controller/action_pack_assertions_test.rb +++ b/actionpack/test/controller/action_pack_assertions_test.rb @@ -209,13 +209,13 @@ class ActionPackAssertionsControllerTest < Test::Unit::TestCase process :hello_world assert_rendered_file 'test/hello_world' assert_rendered_file 'hello_world' - assert_rendered_file end # test the assert_success assertion def test_assert_success process :nothing assert_success + assert_rendered_file end # -- standard request/response object testing -------------------------------- -- cgit v1.2.3