Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsaks123 authored Jun 19, 2016
1 parent 1f4c1d0 commit 8801e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/identities/password_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
it 'returns false' do
identity = create(:password_identity, :account => build(:user))
identity.reset_token_digest.should be_nil
identity.authenticate('bad_unencrypted_token', :reset_token_digest).should be_false
identity.authenticate('bad_unencrypted_token', :reset_token).should be_false
end
end
end
Expand Down

0 comments on commit 8801e8d

Please sign in to comment.