Skip to content

Commit

Permalink
Remove unused variable causing warning in 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinez87 committed Jun 11, 2011
1 parent 54b0aeb commit c4ddc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/abstract/abstract_controller_test.rb
Expand Up @@ -181,7 +181,7 @@ def index
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
Expand Down

0 comments on commit c4ddc6f

Please sign in to comment.