mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove unused variable causing warning in 1.9.3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user