Skip to content

Commit dcd76b7

Browse files
committed
don't use duplicate test name
1 parent 43cb7b5 commit dcd76b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/view_component/integration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def test_renders_collections
330330
assert_select("p", text: "Mints counter: 2")
331331
end
332332

333-
def test_renders_collections
333+
def test_renders_inline_collections
334334
get "/inline_products"
335335

336336
assert_select("h1", text: "Product", count: 2)

0 commit comments

Comments
 (0)