Skip to content

Instantly share code, notes, and snippets.

@MykolaGolubyev
Created May 24, 2019 12:29
Show Gist options
  • Save MykolaGolubyev/06a02860babd108336607906bed32efa to your computer and use it in GitHub Desktop.
Save MykolaGolubyev/06a02860babd108336607906bed32efa to your computer and use it in GitHub Desktop.
scenario("simple get") {
http.get("/weather") {
temperature.shouldBe < 100
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment