Fix minor typos in comments and spec names (#21831)
This commit is contained in:
parent
b805b7f021
commit
99e2e9b81f
11 changed files with 11 additions and 11 deletions
|
@ -32,7 +32,7 @@ RSpec.describe Admin::ConfirmationsController do
|
|||
end
|
||||
end
|
||||
|
||||
describe 'POST #resernd' do
|
||||
describe 'POST #resend' do
|
||||
subject { post :resend, params: { account_id: user.account.id } }
|
||||
|
||||
let!(:user) { Fabricate(:user, confirmed_at: confirmed_at) }
|
||||
|
|
|
@ -129,7 +129,7 @@ describe ApplicationController do
|
|||
end
|
||||
end
|
||||
|
||||
context 'with request with unparseable Date header' do
|
||||
context 'with request with unparsable Date header' do
|
||||
before do
|
||||
get :success
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue