Code improvements

This commit is contained in:
Mike Angell
2019-09-25 23:33:46 +10:00
parent 9b2d0dc145
commit 644de4c4f5
5 changed files with 15 additions and 7 deletions
@@ -6,11 +6,11 @@ class DisabledTagsTest < Minitest::Test
include Liquid
class DisableRaw < Block
disable_nested_tags "raw"
disable_tags "raw"
end
class DisableRawEcho < Block
disable_nested_tags "raw", "echo"
disable_tags "raw", "echo"
end
def test_disables_raw