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 f73da61 commit b282d44Copy full SHA for b282d44
config/default.yml
@@ -912,6 +912,7 @@ RSpec/Rails/AvoidSetupHook:
912
RSpec/Rails/HaveHttpStatus:
913
Description: Checks that tests use `have_http_status` instead of equality matchers.
914
Enabled: pending
915
+ SafeAutoCorrect: false
916
VersionAdded: '<<next>>'
917
Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Rails/HaveHttpStatus
918
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