Test migration parity using existing integration tests

This commit is contained in:
Dylan Thacker-Smith
2022-11-24 11:05:14 -05:00
parent 871336753e
commit 0672ebfcbb
3 changed files with 43 additions and 5 deletions
-4
View File
@@ -107,10 +107,6 @@ class MigrateUnitTest < Minitest::Test
private
def assert_no_migration(source)
assert_equal(source, Liquid::Template.migrate(source))
end
def assert_migration(source_to_expected_output_hash)
source_to_expected_output_hash.each do |source, expect|
message = "source: #{source.inspect}"