Update dependency devise-two-factor to v6 [SECURITY] (#31957)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Roetzel <david@roetzel.de>
This commit is contained in:
parent
ef4d6ab988
commit
6801afa12f
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ require 'rails_helper'
|
|||
require 'devise_two_factor/spec_helpers'
|
||||
|
||||
RSpec.describe User do
|
||||
subject { described_class.new(account: account) }
|
||||
|
||||
let(:password) { 'abcd1234' }
|
||||
let(:account) { Fabricate(:account, username: 'alice') }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue