Remove unused variable causing warning in 1.9.3

This commit is contained in:
Sebastian Martinez
2011-06-10 21:10:06 -03:00
parent 54b0aeba64
commit c4ddc6f693

View File

@@ -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