Skip to content

Commit

Permalink
Merge pull request #13283 from dmarcoux/fix-rubocop-offense
Browse files Browse the repository at this point in the history
Fix RuboCop offense RSpec/Rails/InferredSpecType
  • Loading branch information
Dany Marcoux committed Oct 27, 2022
2 parents b239a7f + 7b758ae commit 9c83d0a
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 9c83d0a

Please sign in to comment.