module RSpec::Support::FormattingSupport

def dedent(string)

def dedent(string)
  string.gsub(/^\s+\|/, '').chomp
end