Skip to content
Extraits de code Groupes Projets
Valider 9af48d85 rédigé par Maxwell Salzberg's avatar Maxwell Salzberg
Parcourir les fichiers

be less strict in asserting post template as not all small frames are .post(which seems weird)

parent bca3046c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -38,7 +38,7 @@ def finalize_frame
end
def assert_post_renders_with(mood)
find(".post.#{mood.downcase}").should be_present
find(".#{mood.downcase}").should be_present
end
def get_image_filename(filename)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter