Autofix Rubocop Lint/ParenthesesAsGroupedExpression (#23682)
This commit is contained in:
parent
e5cf23cf3a
commit
a7db0b41cd
5 changed files with 6 additions and 15 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Import, type: :model do
|
||||
let (:account) { Fabricate(:account) }
|
||||
let (:type) { 'following' }
|
||||
let (:data) { attachment_fixture('imports.txt') }
|
||||
let(:account) { Fabricate(:account) }
|
||||
let(:type) { 'following' }
|
||||
let(:data) { attachment_fixture('imports.txt') }
|
||||
|
||||
describe 'validations' do
|
||||
it 'has a valid parameters' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue