From c4ddc6f693fd63ce047222c1468071a8063f210f Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Fri, 10 Jun 2011 21:10:06 -0300 Subject: Remove unused variable causing warning in 1.9.3 --- actionpack/test/abstract/abstract_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/abstract/abstract_controller_test.rb') diff --git a/actionpack/test/abstract/abstract_controller_test.rb b/actionpack/test/abstract/abstract_controller_test.rb index 53712a60ec..5823e64637 100644 --- a/actionpack/test/abstract/abstract_controller_test.rb +++ b/actionpack/test/abstract/abstract_controller_test.rb @@ -181,7 +181,7 @@ module AbstractController class TestLayouts < ActiveSupport::TestCase test "layouts are included" do controller = Me4.new - result = controller.process(:index) + controller.process(:index) assert_equal "Me4 Enter : Hello from me4/index.erb : Exit", controller.response_body end end -- cgit v1.2.3