From 86ae34a6b379ea661fced6e6d780479e7834c94d Mon Sep 17 00:00:00 2001 From: f Date: Fri, 16 Apr 2021 10:37:53 -0300 Subject: [PATCH] =?UTF-8?q?desde=20que=20se=20actualiz=C3=B3=20editorial-a?= =?UTF-8?q?utogestiva-jekyll-theme=20este=20test=20fallaba?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit porque cambiĆ³ la cantidad de layouts que tiene --- test/models/site_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/models/site_test.rb b/test/models/site_test.rb index c50bfd2..9afbf20 100644 --- a/test/models/site_test.rb +++ b/test/models/site_test.rb @@ -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