desde que se actualizó editorial-autogestiva-jekyll-theme este test fallaba
porque cambió la cantidad de layouts que tiene
This commit is contained in:
parent
1d6cf11d52
commit
86ae34a6b3
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