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:
commit
522da5bdb3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue