Skip to content

Commit

Permalink
Fix RuboCop offense RSpec/Rails/InferredSpecType
Browse files Browse the repository at this point in the history
We can remove the redundant spec type.
  • Loading branch information
Dany Marcoux committed Oct 27, 2022
1 parent b239a7f commit 7b758ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/spec/features/webui/badge_spec.rb
@@ -1,6 +1,6 @@
require 'browser_helper'

RSpec.describe 'Badge', type: :feature do
RSpec.describe 'Badge' do
let(:user) { create(:confirmed_user, :with_home, login: 'tom') }
let(:source_project) { user.home_project }
let(:source_package) { create(:package, name: 'my_package', project: source_project) }
Expand Down

0 comments on commit 7b758ae

Please sign in to comment.