Skip to content

Commit 77af497

Browse files
AlfonsoUcedabbatsov
authored andcommitted
RuboCop inline disable for MultipleMemoizedHelpers
1 parent f63cfc0 commit 77af497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/validations/db_belongs_to_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def define_tables
141141
end
142142
end
143143

144-
describe 'multiple db_belongs_to associations' do
144+
describe 'multiple db_belongs_to associations' do # rubocop:disable RSpec/MultipleMemoizedHelpers:
145145
let(:department_klass) { define_class(Department, :departments) }
146146

147147
let(:multi_fk_klass) do

0 commit comments

Comments
 (0)