Skip to content

Commit

Permalink
Disable RSpec/StubbedMock.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Nov 6, 2020
1 parent a13a712 commit 143f519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -135,3 +135,6 @@ Performance/CollectionLiteralInLoop:
Exclude:
- 'Rakefile'
- 'spec/**/*.rb'

RSpec/StubbedMock:
Enabled: false

0 comments on commit 143f519

Please sign in to comment.