Skip to content

Commit ed0cef5

Browse files
committed
(maint) Remove unneeded rubocop disables
1 parent eb39931 commit ed0cef5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/functions/mysql_normalise_and_deepmerge_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
expect(subject).to run.with_params({}, '')
2020
end
2121

22-
# rubocop:disable RSpec/NamedSubject
2322
index_values = ['one', 'two', 'three']
2423
expected_values_one = ['1', '2', '2']
2524
it 'merge two hashes' do
@@ -92,5 +91,4 @@
9291
expect(hash).not_to have_key(index_values_error[expected])
9392
end
9493
end
95-
# rubocop:enable RSpec/NamedSubject
9694
end

0 commit comments

Comments
 (0)