Source: show | on GitHub
# File activesupport/test/safe_buffer_test.rb, line 11 def setup @buffer = ActiveSupport::SafeBuffer.new end
# File activesupport/test/safe_buffer_test.rb, line 15 def test_titleize assert_equal 'Foo', "foo".html_safe.titleize end