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

this file got renamed

parent 79acc2c4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
= render :partial => 'notifier/notifier_css' = render :partial => 'notifier/notifier_css'
%body %body
%header %header
= image_tag('branding/diaspora_white.png') = image_tag('branding/white.png')
#container #container
%p %p
= t('devise.mailer.welcome', :email => @resource.email) = t('devise.mailer.welcome', :email => @resource.email)
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
= render :partial => 'notifier/notifier_css' = render :partial => 'notifier/notifier_css'
%body %body
%header %header
= image_tag('branding/diaspora_white.png') = image_tag('branding/white.png')
#container #container
%p %p
= t('devise.mailer.hello', :email => @resource.email) = t('devise.mailer.hello', :email => @resource.email)
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
= render :partial => 'notifier/notifier_css' = render :partial => 'notifier/notifier_css'
%body %body
%header %header
= image_tag('branding/diaspora_white.png') = image_tag('branding/white.png')
#container #container
%p %p
= t('devise.mailer.hello', :email => @resource.email) = t('devise.mailer.hello', :email => @resource.email)
......
...@@ -101,11 +101,11 @@ Spork.each_run do ...@@ -101,11 +101,11 @@ Spork.each_run do
end end
end end
# https://makandracards.com/makandra/950-speed-up-rspec-by-deferring-garbage-collection # # https://makandracards.com/makandra/950-speed-up-rspec-by-deferring-garbage-collection
require File.join(File.dirname(__FILE__), "..", "..", "spec", "support", "deferred_garbage_collection") # require File.join(File.dirname(__FILE__), "..", "..", "spec", "support", "deferred_garbage_collection")
Before do # Before do
DeferredGarbageCollection.start # DeferredGarbageCollection.start
end # end
After do # After do
DeferredGarbageCollection.reconsider # DeferredGarbageCollection.reconsider
end # end
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