Fix specs
Regarding the feature ‘Carousel size’: There is no need to test styling in specs, it changes too often There are nice ways to test it, but it seems a little too much right Review later on
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div id="<%= dom_id(card) %>" class="small-12 large-4 column margin-bottom end">
|
||||
<div id="<%= dom_id(card) %>" class="card small-12 large-4 column margin-bottom end">
|
||||
<%= link_to card.link_url do %>
|
||||
<figure class="figure-card">
|
||||
<% if card.image.present? %>
|
||||
|
||||
Reference in New Issue
Block a user