spec/models/user_spec.rb in nyauth-0.0.3 vs spec/models/user_spec.rb in nyauth-0.1.0

- old
+ new

@@ -3,7 +3,7 @@ RSpec.describe User do let(:user) { create(:user) } it { expect(user).to be_persisted } it_behaves_like 'Nyauth::Authenticatable', User it_behaves_like 'Nyauth::Confirmable', User - it_behaves_like 'Nyauth::NewPasswordAvility', User + it_behaves_like 'Nyauth::ResetPasswordAvility', User end