We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b36479 commit a5d0635Copy full SHA for a5d0635
lib/rspec/rails/matchers/have_http_status.rb
@@ -233,7 +233,7 @@ def set_expected_code!
233
# expect(response).to have_http_status(:redirect)
234
#
235
# @see RSpec::Rails::Matchers#have_http_status
236
- # @see https://github.com/rails/rails/blob/6-0-stable/actionpack/lib/action_dispatch/testing/test_response.rb `ActionDispatch::TestResponse`
+ # @see https://github.com/rails/rails/blob/7-2-stable/actionpack/lib/action_dispatch/testing/test_response.rb `ActionDispatch::TestResponse`
237
class GenericStatus < RSpec::Rails::Matchers::BaseMatcher
238
include HaveHttpStatus
239
0 commit comments