Welcome to mirror list, hosted at ThFree Co, Russian Federation.

reference_parser_helpers.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01689194eac2b7b5d2f2caf5530d06edda2a2047 (plain)
1
2
3
4
5
module ReferenceParserHelpers
  def empty_html_link
    Nokogiri::HTML.fragment('<a></a>').children[0]
  end
end