Module: HtmlHelpers

Defined in:
lib/panda/core/testing/support/html_helpers.rb

Instance Method Summary collapse

Instance Method Details

#normalize_html(html) ⇒ Object



4
5
6
# File 'lib/panda/core/testing/support/html_helpers.rb', line 4

def normalize_html(html)
  html.gsub(/\s+/, " ").strip
end