Skip to content

Commit

Permalink
🚮 Unused method
Browse files Browse the repository at this point in the history
This method is not in use since 479c7ca
  • Loading branch information
amatsuda committed Apr 25, 2015
1 parent 9b3fa76 commit 6a4771f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions actionview/test/template/capture_helper_test.rb
Expand Up @@ -210,10 +210,4 @@ def test_with_output_buffer_does_not_assume_there_is_an_output_buffer
def alt_encoding(output_buffer)
output_buffer.encoding == Encoding::US_ASCII ? Encoding::UTF_8 : Encoding::US_ASCII
end

def view_with_controller
TestController.new.view_context.tap do |view|
view.output_buffer = ActionView::OutputBuffer.new
end
end
end

0 comments on commit 6a4771f

Please sign in to comment.