Add activesupport feature to with_active_support adapter

Both adapters now pass with 0 failures:
- ruby_liquid.rb: 4194 passed (skips activesupport and shopify_error_handling specs)
- ruby_liquid_with_active_support.rb: 4203 passed (skips shopify_error_handling specs)
This commit is contained in:
Tobi Lutke 2026-01-01 22:21:47 -05:00
parent 2988f1a500
commit ddee08fb95
No known key found for this signature in database

View File

@ -9,8 +9,8 @@ require 'active_support/all'
require 'liquid'
LiquidSpec.configure do |config|
# Run core Liquid specs
config.features = [:core]
# Run core Liquid specs plus ActiveSupport SafeBuffer tests
config.features = [:core, :activesupport]
end
# Compile a template string into a Liquid::Template