Skip to content

Commit

Permalink
Add rejection reasons for IRP emails
Browse files Browse the repository at this point in the history
Adds the rejection reasons given in the ticket. I've also updated the
notify email rejection template to work with these reasons.
  • Loading branch information
rjlynch committed Aug 1, 2024
1 parent 5eecf0b commit 6b61a62
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions spec/features/admin_view_claim_spec.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
require "rails_helper"

RSpec.feature "Admin view claim" do
Policies.all.each do |policy|
# FIXME RL temp stub out this test until we've added rejection reasons for
# IRP
unless policy == Policies::InternationalRelocationPayments
it_behaves_like "Admin View Claim Feature", policy
end
end
Policies.all.each { |policy| it_behaves_like "Admin View Claim Feature", policy }
end

0 comments on commit 6b61a62

Please sign in to comment.