rubocop_rspec: disable new rule.

This commit is contained in:
Mike McQuaid 2019-11-27 13:09:21 +00:00
parent 2147839e4f
commit b321e397b6
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -14,6 +14,8 @@ RSpec/AnyInstance:
Enabled: false Enabled: false
RSpec/ImplicitBlockExpectation: RSpec/ImplicitBlockExpectation:
Enabled: false Enabled: false
RSpec/SubjectStub:
Enabled: false
# TODO: try to enable these (also requires fixing Homebrew/bundle) # TODO: try to enable these (also requires fixing Homebrew/bundle)
RSpec/ContextWording: RSpec/ContextWording: