Skip to content

Instantly share code, notes, and snippets.

@hbarcelos
Last active June 1, 2016 01:03
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 hbarcelos/d87cd45d24e3a0986ca7f0eb3221879c to your computer and use it in GitHub Desktop.
Save hbarcelos/d87cd45d24e3a0986ca7f0eb3221879c to your computer and use it in GitHub Desktop.
BDD Example
describe('Suite', function() {
describe('Inner Suite', function () {
it('should do something when some condition is met', function () {
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment