update ruby sample

This commit is contained in:
wing328
2016-04-09 17:55:52 +08:00
parent dd8b581827
commit e3c73f5819
23 changed files with 155 additions and 253 deletions

View File

@@ -100,7 +100,7 @@ describe 'StoreApi' do
# unit tests for get_order_by_id
# Find purchase order by ID
# For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
# For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
# @param order_id ID of pet that needs to be fetched
# @param [Hash] opts the optional parameters
# @return [Order]

View File

@@ -103,7 +103,7 @@ describe 'UserApi' do
# unit tests for get_user_by_name
# Get user by user name
#
# @param username The name that needs to be fetched. Use user1 for testing.
# @param username The name that needs to be fetched. Use user1 for testing.
# @param [Hash] opts the optional parameters
# @return [User]
describe 'get_user_by_name test' do