Skip to content

Commit

Permalink
Some snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograsselli committed Mar 23, 2011
0 parents commit 055bd9d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bef.snippet
@@ -0,0 +1,3 @@
beforeEach(function () {
${1}
});
3 changes: 3 additions & 0 deletions cont.snippet
@@ -0,0 +1,3 @@
context("${1}", function () {
${2}
});
3 changes: 3 additions & 0 deletions desc.snippet
@@ -0,0 +1,3 @@
describe("${1}", function () {
${2}
});
1 change: 1 addition & 0 deletions exp.snippet
@@ -0,0 +1 @@
expect(${1}).${2};
3 changes: 3 additions & 0 deletions it.snippet
@@ -0,0 +1,3 @@
it("${1}", function () {
${2}
});

0 comments on commit 055bd9d

Please sign in to comment.