Skip to content

Commit a5d0635

Browse files
committed
Update rails link
1 parent 3b36479 commit a5d0635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/rails/matchers/have_http_status.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def set_expected_code!
233233
# expect(response).to have_http_status(:redirect)
234234
#
235235
# @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`
236+
# @see https://github.com/rails/rails/blob/7-2-stable/actionpack/lib/action_dispatch/testing/test_response.rb `ActionDispatch::TestResponse`
237237
class GenericStatus < RSpec::Rails::Matchers::BaseMatcher
238238
include HaveHttpStatus
239239

0 commit comments

Comments
 (0)