5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 04:21:41 +00:00

Merge branch 'editorial-fix' into rails

This commit is contained in:
f 2021-04-21 10:13:07 -03:00
commit 522da5bdb3

View file

@ -106,7 +106,7 @@ class SiteTest < ActiveSupport::TestCase
site.config.write
site.reload
assert_equal %w[book editorial post], site.data['layouts'].keys
assert_equal %i[book editorial post], site.layouts.to_h.keys
assert_equal %w[book cart confirmation editorial menu payment post shipment], site.data['layouts'].keys
assert_equal %i[book cart confirmation editorial menu payment post shipment], site.layouts.to_h.keys
end
end