Skip to content

Instantly share code, notes, and snippets.

@phawk
Created January 4, 2013 12:23
Show Gist options
  • Select an option

  • Save phawk/4452249 to your computer and use it in GitHub Desktop.

Select an option

Save phawk/4452249 to your computer and use it in GitHub Desktop.
test('should have a getFullName() method', function() {
expect(typeof this.user.getFullName).to.equal('function');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment