We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf65006 commit 9608f3cCopy full SHA for 9608f3c
config/default.yml
@@ -910,6 +910,7 @@ RSpec/Rails/AvoidSetupHook:
910
RSpec/Rails/HaveHttpStatus:
911
Description: Checks that tests use `have_http_status` instead of equality matchers.
912
Enabled: pending
913
+ SafeAutoCorrect: false
914
VersionAdded: '<<next>>'
915
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Rails/HaveHttpStatus
916
docs/modules/ROOT/pages/cops_rspec_rails.adoc
@@ -40,7 +40,7 @@ end
40
41
| Pending
42
| Yes
43
-| Yes
+| Yes (Unsafe)
44
| 2.13
45
| -
46
|===
0 commit comments