options for cards and new card styles

This commit is contained in:
2022-12-05 18:14:56 +02:00
parent 6911540d30
commit f11bf318a5
20 changed files with 125 additions and 48 deletions

View File

@ -22,7 +22,7 @@ module Merged
expect(spacer.fields).to be nil
end
it "2 col has fields" do
spacer = Style.sections["section_2_col"]
spacer = Style.sections["section_cards"]
expect(spacer.fields.class).to be Array
expect(spacer.fields.length).to be 2
end