Skip to content

Instantly share code, notes, and snippets.

@beckyconning
Created May 3, 2014 20:08
Show Gist options
  • Save beckyconning/3220b661846fa6165640 to your computer and use it in GitHub Desktop.
Save beckyconning/3220b661846fa6165640 to your computer and use it in GitHub Desktop.
beforeEach(function() {
accountsService = {
signUp: function() {
deferred = q.defer();
return deferred.promise;
}
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment