mirror of https://github.com/rails/rails
Merge pull request #1644 from smartinez87/warns
Remove unused variable causing warning in 1.9.3
This commit is contained in:
commit
adef9764ae
|
@ -181,7 +181,7 @@ module AbstractController
|
||||||
class TestLayouts < ActiveSupport::TestCase
|
class TestLayouts < ActiveSupport::TestCase
|
||||||
test "layouts are included" do
|
test "layouts are included" do
|
||||||
controller = Me4.new
|
controller = Me4.new
|
||||||
result = controller.process(:index)
|
controller.process(:index)
|
||||||
assert_equal "Me4 Enter : Hello from me4/index.erb : Exit", controller.response_body
|
assert_equal "Me4 Enter : Hello from me4/index.erb : Exit", controller.response_body
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue