Test for presence of an unlock link.

This commit is contained in:
Miles Gould
2012-09-14 23:07:50 +01:00
parent 318a0afb35
commit 6d8880da2a

View File

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