Commit 6526486c authored by Abdul Wadood's avatar Abdul Wadood Committed by Luke Duncalfe

Fix RSpec/EmptyLineAfterFinalLetItBe for ee/spec/features/analytics

parent 3bc07e26
......@@ -443,7 +443,6 @@ RSpec/EmptyLineAfterFinalLetItBe:
- ee/spec/controllers/registrations/projects_controller_spec.rb
- ee/spec/controllers/subscriptions_controller_spec.rb
- ee/spec/features/admin/admin_show_new_user_signups_cap_alert_spec.rb
- ee/spec/features/analytics/group_analytics_spec.rb
- ee/spec/features/boards/group_boards/multiple_boards_spec.rb
- ee/spec/features/ci_shared_runner_warnings_spec.rb
- ee/spec/features/dashboards/todos_spec.rb
......
---
title: Fix RSpec/EmptyLineAfterFinalLetItBe rubocop offenses in ee/spec/features/analytics
merge_request: 58402
author: Abdul Wadood @abdulwd
type: fixed
......@@ -5,6 +5,7 @@ require 'spec_helper'
RSpec.describe 'GroupAnalytics' do
let_it_be(:user) { create(:user) }
let_it_be(:group) { create(:group) }
let(:path) { group_path(group) }
before do
......
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