Commit c17848ad authored by Abdul Wadood's avatar Abdul Wadood

Fix in RSpec/EmptyLineAfterFinalLetItBe for ee/spec/tasks

Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/325836
parent e4d50f0d
......@@ -869,7 +869,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
......
......@@ -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