Sha256: 2f863c18a7f902f31cfb5526d4c5636f4bf93e20d71d0f35fce8c1faaa73d63b
Contents?: true
Size: 334 Bytes
Versions: 13
Compression:
Stored size: 334 Bytes
Contents
require 'test_helper' class BreakTagTest < Test::Unit::TestCase include Liquid # tests that no weird errors are raised if break is called outside of a # block def test_break_with_no_block assigns = {'i' => 1} markup = '{% break %}' expected = '' assert_template_result(expected, markup, assigns) end end
Version data entries
13 entries across 13 versions & 3 rubygems