Merge remote-tracking branch 'parent/main' into upstream-20241101
This commit is contained in:
commit
1c1f76697b
200 changed files with 1931 additions and 741 deletions
|
@ -11,7 +11,7 @@ RSpec.describe Admin::ConfirmationsController do
|
|||
|
||||
describe 'POST #create' do
|
||||
it 'confirms the user' do
|
||||
user = Fabricate(:user, confirmed_at: false)
|
||||
user = Fabricate(:user, confirmed_at: nil)
|
||||
post :create, params: { account_id: user.account.id }
|
||||
|
||||
expect(response).to redirect_to(admin_accounts_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue