Conform to spec guidelines that only exist in my head

[ci skip]
This commit is contained in:
Robert Speicher 2015-10-02 00:14:47 -04:00
parent f036d4095e
commit d40dd5cfe3
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ describe User do
end
end
describe 'recently_sent_password_reset?' do
describe '#recently_sent_password_reset?' do
it 'is false when reset_password_sent_at is nil' do
user = build_stubbed(:user, reset_password_sent_at: nil)