Fix RSpec/MissingExampleGroupArgument cop (#25310)

This commit is contained in:
Matt Jankowski
2023-06-06 09:51:42 -04:00
committed by GitHub
parent b74c3cd708
commit 6c0e3f490a
22 changed files with 38 additions and 68 deletions

View File

@ -31,7 +31,7 @@ RSpec.describe ActivityPub::Activity::Undo do
}
end
context do
context 'when not atomUri' do
before do
Fabricate(:status, reblog: status, account: sender, uri: 'bar')
end