Created
June 22, 2016 08:39
-
-
Save pepicrft/09cb0838aef77fdd3726fa98271f7b16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Recording requests | |
| expect { | |
| sendRequest1() | |
| sendRequest2() | |
| }.to(recordRequests(name: "my_test_requests")) | |
| // Matching requests | |
| expect{ | |
| sendRequest1() | |
| sendRequest2() | |
| }.to(matchRequests(name: "my_test_requests")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment