[Ruby] fix RSpec documentation URL (#15164)

This commit is contained in:
Takeshi Masaki
2023-04-10 11:44:28 +09:00
committed by GitHub
parent a4f5a74d5b
commit 5e3bb7e33e
152 changed files with 552 additions and 552 deletions

View File

@@ -36,11 +36,11 @@ describe 'UsageApi' do
# Use alias to array
# Use alias to array
# @param [Hash] opts the optional parameters
# @option opts [ArrayAlias] :array_alias
# @option opts [ArrayAlias] :array_alias
# @return [Object]
describe 'array test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
end
end
@@ -48,11 +48,11 @@ describe 'UsageApi' do
# Use alias to map
# Use alias to map
# @param [Hash] opts the optional parameters
# @option opts [MapAlias] :map_alias
# @option opts [MapAlias] :map_alias
# @return [Object]
describe 'map test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
end
end