* Pin Liquid specs to the merged self-drop tests
Assisted-By: devx/b8d3b9bd-01a3-41b1-90f8-632318b798e4
* Align blank-body error tests with strict2 behavior
Assisted-By: devx/b8d3b9bd-01a3-41b1-90f8-632318b798e4
* Check Drop symbol safety without counting JIT metadata
Assisted-By: devx/b8d3b9bd-01a3-41b1-90f8-632318b798e4
* Update liquid-spec to the latest main revision
Assisted-By: devx/b8d3b9bd-01a3-41b1-90f8-632318b798e4
Ruby 1.9+ uses Minitest as the backend for Test::Unit. As of Minitest 5,
the shim has broken some compatibility with Test::Unit::TestCase in some
scenarios.
Adjusts the test suite to support Minitest 5's syntax.
Minitest versions 4 and below do not support the newer Minitest::Test
class that arrived in version 5. For that case, use the
MiniTest::Unit::TestCase class as a fallback
Conflicts:
test/integration/tags/for_tag_test.rb
test/test_helper.rb