Autofix Rubocop RSpec/LetBeforeExamples (#23671)
This commit is contained in:
parent
1a02101100
commit
ac3561098e
2 changed files with 3 additions and 9 deletions
|
@ -2,6 +2,9 @@ require 'rails_helper'
|
|||
require 'devise_two_factor/spec_helpers'
|
||||
|
||||
RSpec.describe User, type: :model do
|
||||
let(:password) { 'abcd1234' }
|
||||
let(:account) { Fabricate(:account, username: 'alice') }
|
||||
|
||||
it_behaves_like 'two_factor_backupable'
|
||||
|
||||
describe 'otp_secret' do
|
||||
|
@ -96,9 +99,6 @@ RSpec.describe User, type: :model do
|
|||
end
|
||||
end
|
||||
|
||||
let(:account) { Fabricate(:account, username: 'alice') }
|
||||
let(:password) { 'abcd1234' }
|
||||
|
||||
describe 'blacklist' do
|
||||
around(:each) do |example|
|
||||
old_blacklist = Rails.configuration.x.email_blacklist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue