DEV: Disable Rubocop rule for JS migration specs (#68)
This commit is contained in:
parent
d5e12cf9c4
commit
27fc602156
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue