Skip to content

Commit

Permalink
Remove calls to MarriageAbroadHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
ellohez committed Sep 30, 2024
1 parent 9f1c1f9 commit 6dbc8b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/presenters/outcome_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def initialize(node, flow_presenter, state = nil, options = {})
helpers: [
SmartAnswer::FormattingHelper,
SmartAnswer::OverseasPassportsHelper,
SmartAnswer::MarriageAbroadHelper,
] + helpers,
)
end
Expand Down
1 change: 0 additions & 1 deletion test/unit/outcome_presenter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class OutcomePresenterTest < ActiveSupport::TestCase
SmartAnswer::ErbRenderer.expects(:new).with(has_entry(helpers: [
SmartAnswer::FormattingHelper,
SmartAnswer::OverseasPassportsHelper,
SmartAnswer::MarriageAbroadHelper,
]))

OutcomePresenter.new(outcome, nil)
Expand Down

0 comments on commit 6dbc8b0

Please sign in to comment.