Skip to content

Instantly share code, notes, and snippets.

@netopyr
Created October 7, 2015 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netopyr/82e688e375f47a33d6d5 to your computer and use it in GitHub Desktop.
Save netopyr/82e688e375f47a33d6d5 to your computer and use it in GitHub Desktop.
Examples of Čaj library
expect(yourTests).to.be("simple");
expect(javasAge).to.be.within(15, 25);
expect(collection).to.include(aSpecificValue);
expect(java).to.have.a.property("age").which.is.at.least(20);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment