Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created March 23, 2012 17:44
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 hhariri/2173120 to your computer and use it in GitHub Desktop.
Save hhariri/2173120 to your computer and use it in GitHub Desktop.
describe('Farting', function () {
describe('when shaking the phone with my hands', function () {
it('a farting sound should appear', function (done) {
// TODO: Implement Fart
done();
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment