To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorlist doubles
As api user
I want to be able to get list of doubles
So that I can do batch operations on them (e.g. remove doubles that match criteria)
- Scenarios
-
- list doubles
-
- Given
-
there are the following doubles:
fullpath first second - When
-
I get the list of doubles:
@doubles = RestAssured::Double.all
- Then
-
the following should be true:
@doubles.size.should == 2
Last published almost 7 years ago by artemave.