Skip to content

Commit

Permalink
Remove unused method from simple smart answers request tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leenagupte committed Dec 13, 2024
1 parent c61905e commit 88c9625
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions spec/requests/simple_smart_answers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ def simple_smart_answer_content_item
}
end

def simple_smart_answer_content_item_with_start_button_text
{
base_path: "/the-squirrel-of-doom",
document_type: "simple_smart_answer",
schema_name: "simple_smart_answer",
title: "The squirrel of doom",
description: "Noooo, not the squirrel of doom!",
details: {
start_button_text: "Start now",
},
external_related_links: [],
}
end

context "GET 'start page'" do
it_behaves_like "it can render the govuk_chat promo banner", "/the-bridge-of-death"

Expand Down

0 comments on commit 88c9625

Please sign in to comment.