Skip to content

Commit

Permalink
DEV: Disable Rubocop rule for JS migration specs (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flink authored Oct 23, 2024
1 parent c3eadf1 commit e547f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/migrations/0003_migrate_small_links_setting_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

# rubocop:disable RSpec/DescribeClass
RSpec.describe "0003-migrate-small-links-setting migration" do
let!(:theme) { upload_theme_component }

Expand Down
1 change: 1 addition & 0 deletions spec/migrations/0004_migrate_social_links_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

# rubocop:disable RSpec/DescribeClass
RSpec.describe "0004-migrate-social-links-setting migration" do
let!(:theme) { upload_theme_component }

Expand Down

0 comments on commit e547f86

Please sign in to comment.