diff --git a/spec/views/devise/mailer/unlock_instructions_spec.rb b/spec/views/devise/mailer/unlock_instructions_spec.rb index 128edaa7d..4e088489d 100644 --- a/spec/views/devise/mailer/unlock_instructions_spec.rb +++ b/spec/views/devise/mailer/unlock_instructions_spec.rb @@ -12,6 +12,7 @@ describe 'devise/mailer/unlock_instructions.html.haml', :type => "view" do end it "should have an unlock link" do + rendered.should contain "Unlock my account" end end end