Autofix Rubocop Lint/ParenthesesAsGroupedExpression (#23682)
This commit is contained in:
parent
e5cf23cf3a
commit
a7db0b41cd
5 changed files with 6 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue