Skip to content

Conversation

citin
Copy link
Contributor

@citin citin commented Sep 3, 2024

No description provided.

@citin citin requested review from a team, k4th, unabris and kengallego and removed request for a team September 3, 2024 14:49
Comment on lines 49 to 55
it 'sends a post request with the correct parameters' do
# client.change_username(
# user_id,
# user_password,
# new_name
# )
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would leave the tests like follows (I just put one example):

# client.change_username(
#   user_id,
#   user_password,
#   new_name
# )
it 'sends a post request with the correct parameters'

I believe that writing an it statement without a block displays a "Pending" message when running the tests.

@citin citin merged commit 922c1fd into ePages-de:wip-v2 Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants