From 5896956ee97f26a2bd59db1178fc26817db9ee36 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 10 Sep 2025 17:16:13 +0200 Subject: search: Discard comments when filtering via 'kind' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- test/fixtures/comments.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'test/fixtures/comments.yml') diff --git a/test/fixtures/comments.yml b/test/fixtures/comments.yml index f61437d..78e08db 100644 --- a/test/fixtures/comments.yml +++ b/test/fixtures/comments.yml @@ -1,2 +1,3 @@ comment1: + content: some thing_id: <%= ActiveRecord::FixtureSet.identify(:thing1) %> -- cgit v1.2.3