migrate Domain::Post::FaPost to aux table

This commit is contained in:
Dylan Knutson
2025-07-26 00:54:03 +00:00
parent 3d2599a4ab
commit ca4729f7d1
8 changed files with 228 additions and 40 deletions

View File

@@ -173,7 +173,7 @@ describe Domain::Fa::Job::ScanPostJob do
expect do
perform_now({ post: post })
post.reload
end.to not_change(post, :scanned_at)
end.to change { post.scanned_at }.by_at_most(1.second)
end
end