Skip to content

Instantly share code, notes, and snippets.

@augustl
Created August 9, 2010 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save augustl/515352 to your computer and use it in GitHub Desktop.
Save augustl/515352 to your computer and use it in GitHub Desktop.
TestCase("CapabilitiesTest", {
setUp: function () {
this.server = sinon.server.create();
},
tearDown: function () {
this.server.restore();
},
"test creating instances": function () {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment