Skip to content

Commit

Permalink
Fix lint with new rubocop rule
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Sep 14, 2023
1 parent af70d49 commit b1ab2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/codebase/codebase_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'rails_helper'

describe 'Codebase', codebase: true do
describe 'Codebase', :codebase do
it 'does not offend Rubocop' do
expect(`rubocop --parallel --format simple`).to include 'no offenses detected'
end
Expand Down

0 comments on commit b1ab2a0

Please sign in to comment.