diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-10 17:16:13 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-10 21:48:58 +0200 |
| commit | 5896956ee97f26a2bd59db1178fc26817db9ee36 (patch) | |
| tree | 49b91c5dbe96d08be5805799d08312a0b4d6eed5 /test/fixtures | |
| parent | acd25165aba6386403d42701c11c5ef133f173a0 (diff) | |
| download | operum-5896956ee97f26a2bd59db1178fc26817db9ee36.tar.gz operum-5896956ee97f26a2bd59db1178fc26817db9ee36.zip | |
search: Discard comments when filtering via 'kind'
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/comments.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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) %> |
