with_error_mode(*modes)
Most of changes update this: ``` [:lax, :strict].each do |mode| with_error_mode(mode) do assert_template_result(... ``` to be this: ``` with_error_mode(:lax, :strict) do assert_template_result(... ```
rubocop-shopify
Liquid::Utils.to_s
join