Autofix Rubocop remaining Layout rules (#23679)
This commit is contained in:
parent
d2dcb6c45a
commit
717683d1c3
117 changed files with 265 additions and 261 deletions
|
@ -12,9 +12,9 @@ RSpec.describe Admin::AccountAction, type: :model do
|
|||
|
||||
before do
|
||||
account_action.assign_attributes(
|
||||
type: type,
|
||||
type: type,
|
||||
current_account: account,
|
||||
target_account: target_account
|
||||
target_account: target_account
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
@ -149,8 +149,8 @@ describe AccountInteractions do
|
|||
|
||||
let(:mute) do
|
||||
Fabricate(:mute,
|
||||
account: account,
|
||||
target_account: target_account,
|
||||
account: account,
|
||||
target_account: target_account,
|
||||
hide_notifications: hide_notifications)
|
||||
end
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Tag do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue