File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def invalid_response_type_message
73
73
# @example
74
74
# expect(response).to have_http_status(404)
75
75
#
76
- # @see RSpec::Rails::Matchers. have_http_status
76
+ # @see RSpec::Rails::Matchers# have_http_status
77
77
class NumericCode < RSpec ::Rails ::Matchers ::BaseMatcher
78
78
include HaveHttpStatus
79
79
@@ -123,7 +123,7 @@ def failure_message_when_negated
123
123
# @example
124
124
# expect(response).to have_http_status(:created)
125
125
#
126
- # @see RSpec::Rails::Matchers. have_http_status
126
+ # @see RSpec::Rails::Matchers# have_http_status
127
127
# @see https://github.com/rack/rack/blob/master/lib/rack/utils.rb `Rack::Utils::SYMBOL_TO_STATUS_CODE`
128
128
class SymbolicStatus < RSpec ::Rails ::Matchers ::BaseMatcher
129
129
include HaveHttpStatus
@@ -236,8 +236,8 @@ def set_expected_code!
236
236
# expect(response).to have_http_status(:missing)
237
237
# expect(response).to have_http_status(:redirect)
238
238
#
239
- # @see RSpec::Rails::Matchers. have_http_status
240
- # @see ActionDispatch::TestResponse
239
+ # @see RSpec::Rails::Matchers# have_http_status
240
+ # @see https://github.com/rails/rails/blob/6-0-stable/actionpack/lib/action_dispatch/testing/test_response.rb ` ActionDispatch::TestResponse`
241
241
class GenericStatus < RSpec ::Rails ::Matchers ::BaseMatcher
242
242
include HaveHttpStatus
243
243
You can’t perform that action at this time.
0 commit comments