Skip to content

Instantly share code, notes, and snippets.

@Zayon
Created June 27, 2019 15:37
Show Gist options
  • Save Zayon/adeed2f44d2ceecee40ce1674cc6f2bd to your computer and use it in GitHub Desktop.
Save Zayon/adeed2f44d2ceecee40ce1674cc6f2bd to your computer and use it in GitHub Desktop.
Introducing SharingContext
Given I store the "id" property of "category_tools" as "category_tools_id"
When I send a "POST" request to "/products/" with body:
"""
{
"name": "Super cool drill",
"price": 249.99,
"category": category_tools_id
}
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment