このコミットが含まれているのは:
2026-01-31 03:19:27 +09:00
コミット ccfd4850ae
2個のファイルの変更4行の追加3行の削除
+2 -2
ファイルの表示
@@ -38,8 +38,8 @@ RSpec.describe "nico:sync" do
'code' => 'sm9',
'title' => 't',
'tags' => ['AAA'],
'uploaded_at' => '2026-01-01T12:34:56+09:00',
'deleted_at' => '2026-01-31T00:00:00+09:00' }])
'uploaded_at' => '2026-01-01 12:34:56',
'deleted_at' => '2026-01-31 00:00:00' }])
# 外部HTTPは今回「既存 post なので呼ばれない」はずだが、念のため塞ぐ
allow(URI).to receive(:open).and_return(StringIO.new("<html></html>"))