Skip to content

Commit

Permalink
Update test in browse_controller_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinJJones committed May 13, 2024
1 parent f887dcb commit 04628e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/browse_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
it "responds to html by default" do
get :show, params: { top_level_slug: "benefits" }
expect(response.content_type).to eq "text/html; charset=utf-8"
expect(response).to render_template(partial: "_cards")
expect(response).to render_template(partial: "_chevron_card")
end
end

Expand Down

0 comments on commit 04628e0

Please sign in to comment.