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 collaboratordestroy double
As api user
I want to be able to destroy double
So that I can emulate 'service gone' in the middle of a test
- Scenarios
-
- list doubles
-
- Given
-
I created a double:
@double = RestAssured::Double.create :fullpath => 'path'
- When
-
I destroy that double:
@double.destroy
- Then
-
the following should be true:
RestAssured::Double.all.size.should == 0
Last published almost 7 years ago by artemave.