mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 16:41:36 +01:00
Add inline_jobs
to admin/reset spec (#32517)
This commit is contained in:
parent
f8ba2122f8
commit
bfe3d49cca
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
|
||||||
RSpec.describe 'Admin::Reset' do
|
RSpec.describe 'Admin::Reset' do
|
||||||
it 'Resets password for account user' do
|
it 'Resets password for account user', :inline_jobs do
|
||||||
account = Fabricate :account
|
account = Fabricate :account
|
||||||
sign_in admin_user
|
sign_in admin_user
|
||||||
visit admin_account_path(account.id)
|
visit admin_account_path(account.id)
|
||||||
|
|
Loading…
Reference in a new issue