spec/api/folders_api_spec.rb in sib-api-v3-sdk-5.3.0 vs spec/api/folders_api_spec.rb in sib-api-v3-sdk-5.4.0
- old
+ new
@@ -53,22 +53,22 @@
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
# unit tests for get_folder
- # Returns folder details
+ # Returns a folder's details
# @param folder_id id of the folder
# @param [Hash] opts the optional parameters
# @return [GetFolder]
describe 'get_folder test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
# unit tests for get_folder_lists
- # Get the lists in a folder
+ # Get lists in a folder
# @param folder_id Id of the folder
# @param [Hash] opts the optional parameters
# @option opts [Integer] :limit Number of documents per page
# @option opts [Integer] :offset Index of the first document of the page
# @return [GetFolderLists]
@@ -77,11 +77,11 @@
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
# unit tests for get_folders
- # Get all the folders
+ # Get all folders
# @param limit Number of documents per page
# @param offset Index of the first document of the page
# @param [Hash] opts the optional parameters
# @return [GetFolders]
describe 'get_folders test' do
@@ -89,10 +89,10 @@
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
# unit tests for update_folder
- # Update a contact folder
+ # Update a folder
# @param folder_id Id of the folder
# @param update_folder Name of the folder
# @param [Hash] opts the optional parameters
# @return [nil]
describe 'update_folder test' do