DEV: Disable Rubocop rule for JS migration specs (#68)

This commit is contained in:
Jarek Radosz 2024-10-23 12:16:14 +02:00 committed by GitHub
parent d5e12cf9c4
commit 27fc602156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# frozen_string_literal: true
# rubocop:disable RSpec/DescribeClass
RSpec.describe "0001-migrate-categories-setting migration" do
let!(:theme) { upload_theme_component }