diff --git a/lib/octicons_jekyll/test/helper.rb b/lib/octicons_jekyll/test/helper.rb index 2bb101bfe..25fbbb632 100644 --- a/lib/octicons_jekyll/test/helper.rb +++ b/lib/octicons_jekyll/test/helper.rb @@ -4,9 +4,11 @@ require "jekyll-octicons" # Parse a string into a liquid template +# rubocop:disable Rails/Delegate def parse(string) Liquid::Template.parse(string) end +# rubocop:enable Rails/Delegate # Parse and render a string def render(string, assigns = {})