Skip to content

Commit

Permalink
FFS-2408: addressing PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeCodes19 committed Feb 12, 2025
1 parent e58a12f commit 3b38682
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion app/app/views/cbv/successes/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p><%= t(".caseworker_received", agency_acronym: current_agency.agency_short_name) %></p>
<p><%= t(".if_it_didnt_work", agency_acronym: current_agency.agency_short_name) %></p>

<p><%= t(".check_status.#{@cbv_flow.client_agency_id}") %></p>
<p><%= agency_translation(".check_status") %></p>

<%= link_to cbv_flow_summary_path(format: "pdf"), target: "_blank", rel: "noopener noreferrer", class: "usa-button margin-top-3 usa-button--primary" do %>
<%= t(".download") %>
Expand Down
5 changes: 0 additions & 5 deletions app/spec/helpers/application_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,4 @@
expect(helper.coalesce_to_completed(:in_progress)).to eq(:in_progress)
end
end

before(:each) do
puts "Helper class: #{helper.class}"
puts "Helper methods: #{helper.methods}"
end
end

0 comments on commit 3b38682

Please sign in to comment.