summaryrefslogtreecommitdiff
path: root/spec/support/helpers/reference_parser_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/reference_parser_helpers.rb')
-rw-r--r--spec/support/helpers/reference_parser_helpers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/helpers/reference_parser_helpers.rb b/spec/support/helpers/reference_parser_helpers.rb
index 9f27502aa52..f96a01d15b5 100644
--- a/spec/support/helpers/reference_parser_helpers.rb
+++ b/spec/support/helpers/reference_parser_helpers.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module ReferenceParserHelpers
def empty_html_link
Nokogiri::HTML.fragment('<a></a>').children[0]