mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 09:51:41 +00:00
Merge branch 'editorial-fix' into rails
This commit is contained in:
commit
522da5bdb3
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ class SiteTest < ActiveSupport::TestCase
|
||||||
site.config.write
|
site.config.write
|
||||||
site.reload
|
site.reload
|
||||||
|
|
||||||
assert_equal %w[book editorial post], site.data['layouts'].keys
|
assert_equal %w[book cart confirmation editorial menu payment post shipment], site.data['layouts'].keys
|
||||||
assert_equal %i[book editorial post], site.layouts.to_h.keys
|
assert_equal %i[book cart confirmation editorial menu payment post shipment], site.layouts.to_h.keys
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue