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:
rgarcia
2018-05-24 18:22:09 +02:00
committed by decabeza
parent a26bc7f0f8
commit eaebf349df
4 changed files with 13 additions and 34 deletions

View File

@@ -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? %>