Commit d40dd5cf authored by Robert Speicher's avatar Robert Speicher

Conform to spec guidelines that only exist in my head

[ci skip]
parent f036d409
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment