Commit e007b3d9 authored by Luke Duncalfe's avatar Luke Duncalfe

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

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

See merge request gitlab-org/gitlab!58402
parents 36dfc42e 6526486c
......@@ -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