Merge remote-tracking branch 'parent/main' into upstream-20241101

This commit is contained in:
KMY 2024-11-01 08:04:03 +09:00
commit 1c1f76697b
200 changed files with 1931 additions and 741 deletions

View file

@ -0,0 +1,5 @@
# frozen_string_literal: true
Fabricator(:preview_card_trend) do
preview_card
end

View file

@ -0,0 +1,6 @@
# frozen_string_literal: true
Fabricator(:status_trend) do
status
account
end

View file

@ -0,0 +1,6 @@
# frozen_string_literal: true
Fabricator(:tombstone) do
account
uri { sequence(:uri) { |i| "https://host.example/value/#{i}" } }
end