diff --git a/test/views/components/summary_card_list_test.rb b/test/views/components/summary_card_list_test.rb index 423a58f3371..0567ce8d9f3 100644 --- a/test/views/components/summary_card_list_test.rb +++ b/test/views/components/summary_card_list_test.rb @@ -1,6 +1,6 @@ require "test_helper" -class SummaryCardTest < ActionView::TestCase +class SummaryCardListTest < ActionView::TestCase test "the component requires a title to render" do error = assert_raises ActionView::Template::Error do render("components/summary_card_list")