this file got renamed
This commit is contained in:
parent
79acc2c4cf
commit
f6b6a67729
4 changed files with 11 additions and 11 deletions
|
|
@ -5,7 +5,7 @@
|
|||
= render :partial => 'notifier/notifier_css'
|
||||
%body
|
||||
%header
|
||||
= image_tag('branding/diaspora_white.png')
|
||||
= image_tag('branding/white.png')
|
||||
#container
|
||||
%p
|
||||
= t('devise.mailer.welcome', :email => @resource.email)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
= render :partial => 'notifier/notifier_css'
|
||||
%body
|
||||
%header
|
||||
= image_tag('branding/diaspora_white.png')
|
||||
= image_tag('branding/white.png')
|
||||
#container
|
||||
%p
|
||||
= t('devise.mailer.hello', :email => @resource.email)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
= render :partial => 'notifier/notifier_css'
|
||||
%body
|
||||
%header
|
||||
= image_tag('branding/diaspora_white.png')
|
||||
= image_tag('branding/white.png')
|
||||
#container
|
||||
%p
|
||||
= t('devise.mailer.hello', :email => @resource.email)
|
||||
|
|
|
|||
|
|
@ -101,11 +101,11 @@ Spork.each_run do
|
|||
end
|
||||
end
|
||||
|
||||
# https://makandracards.com/makandra/950-speed-up-rspec-by-deferring-garbage-collection
|
||||
require File.join(File.dirname(__FILE__), "..", "..", "spec", "support", "deferred_garbage_collection")
|
||||
Before do
|
||||
DeferredGarbageCollection.start
|
||||
end
|
||||
After do
|
||||
DeferredGarbageCollection.reconsider
|
||||
end
|
||||
# # https://makandracards.com/makandra/950-speed-up-rspec-by-deferring-garbage-collection
|
||||
# require File.join(File.dirname(__FILE__), "..", "..", "spec", "support", "deferred_garbage_collection")
|
||||
# Before do
|
||||
# DeferredGarbageCollection.start
|
||||
# end
|
||||
# After do
|
||||
# DeferredGarbageCollection.reconsider
|
||||
# end
|
||||
|
|
|
|||
Loading…
Reference in a new issue