Autofix Rubocop Lint/ParenthesesAsGroupedExpression (#23682)

This commit is contained in:
Nick Schonning
2023-02-17 22:00:05 -05:00
committed by GitHub
parent e5cf23cf3a
commit a7db0b41cd
5 changed files with 6 additions and 15 deletions

View File

@ -110,7 +110,7 @@ RSpec.describe ActivityPub::Activity::Flag do
describe '#perform with a defined uri' do
subject { described_class.new(json, sender) }
let (:flag_id) { 'http://example.com/reports/1' }
let(:flag_id) { 'http://example.com/reports/1' }
before do
subject.perform