mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 00:40:40 -07:00
clean up some rubocop stuff
This commit is contained in:
@@ -34,7 +34,7 @@ class SecurityTest < Minitest::Test
|
||||
text = %( {{ '1+1' | add_one | instance_eval }} )
|
||||
expected = %( 1+1 + 1 )
|
||||
|
||||
assert_equal expected, Template.parse(text).render!(@assigns, :filters => SecurityFilter)
|
||||
assert_equal expected, Template.parse(text).render!(@assigns, filters: SecurityFilter)
|
||||
end
|
||||
|
||||
def test_does_not_add_filters_to_symbol_table
|
||||
|
||||
Reference in New Issue
Block a user