Commit b58b53fc authored by Alper Akgun's avatar Alper Akgun

Merge branch 'rspec-empty-line-after-letitbe-ee-spec-tasks' into 'master'

Fix RSpec/EmptyLineAfterFinalLetItBe for ee/spec/tasks

See merge request gitlab-org/gitlab!58284
parents e609f959 d967959a
......@@ -750,7 +750,6 @@ RSpec/EmptyLineAfterFinalLetItBe:
- ee/spec/support/shared_examples/graphql/mutations/set_multiple_assignees_shared_examples.rb
- ee/spec/support/shared_examples/quick_actions/issue/status_page_quick_actions_shared_examples.rb
- ee/spec/support/shared_examples/services/search_notes_shared_examples.rb
- ee/spec/tasks/gitlab/license_rake_spec.rb
- ee/spec/views/admin/application_settings/_elasticsearch_form.html.haml_spec.rb
- ee/spec/views/groups/_compliance_frameworks.html.haml_spec.rb
- ee/spec/views/groups/edit.html.haml_spec.rb
......
---
title: Fix RSpec/EmptyLineAfterFinalLetItBe rubocop offenses in ee/spec/tasks
merge_request: 58284
author: Abdul Wadood @abdulwd
type: fixed
......@@ -11,6 +11,7 @@ RSpec.describe 'gitlab:license namespace rake tasks' do
describe 'load' do
let_it_be(:license_path) { 'arbitrary_file_name' }
let(:mode) { 'default' }
subject { run_rake_task 'gitlab:license:load', [mode] }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment