Fixtures
What are fixtures?
Why use fixtures?
Example Fixtures YAML File
DELETE:
/users/d+?:
headers: {}
path: ./relative-path-to-response
status_code: 200
GET:
/users/d+?:
headers: {}
path: ./relative-path-to-response
status_code: 200
POST:
/users:
headers: {}
path: ./relative-path-to-response
status_code: 200
PUT:
/users/d+?:
headers: {}
path: ./relative-path-to-response
status_code: 200 Next Steps
How to Use FixturesLast updated