Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/services/idv/gpo_mail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def profile_too_old?
current_user.pending_profile.created_at < min_creation_date
end

# Next two methods are analytics helpers used from GpoController and ReviewController
# Next two methods are analytics helpers used from RequestLetterController and ReviewController

# Caveat: If the user succeeds on their final phone attempt, the :proof_address
# RateLimiter is reset to 0. But they probably wouldn't be doing verify by mail
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rails_helper'

RSpec.feature 'idv gpo otp verification step' do
RSpec.feature 'idv enter letter code step' do
include IdvStepHelper

let(:otp) { 'ABC123' }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rails_helper'

RSpec.feature 'idv gpo step' do
RSpec.feature 'idv request letter step' do
include IdvStepHelper
include OidcAuthHelper

Expand Down