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 12, 2024
1 parent 64aa000 commit 6966297
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions spec/requests/simple_smart_answers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,6 @@ def simple_smart_answer_content_item
schema_name: "simple_smart_answer",
title: "The bridge of death",
description: "Cheery description about bridge of death",
external_related_links: [],
}
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

Expand Down

0 comments on commit 6966297

Please sign in to comment.