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 f241e44 commit a46f7b8Copy full SHA for a46f7b8
lib/rubocop/cop/rspec/rails/http_status.rb
@@ -70,6 +70,7 @@ class SymbolicStyleChecker
70
'to describe HTTP status code.'
71
72
attr_reader :node
73
+
74
def initialize(node)
75
@node = node
76
end
@@ -110,6 +111,7 @@ class NumericStyleChecker
110
111
ALLOWED_STATUSES = %i[error success missing redirect].freeze
112
113
114
115
116
117
lib/rubocop/cop/rspec/shared_examples.rb
@@ -47,6 +47,7 @@ class Checker
47
'to titleize shared examples.'
48
49
50
51
52
53
0 commit comments