Skip to content

Commit

Permalink
test clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBboy committed Dec 20, 2012
1 parent 8928047 commit b890cc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/signup.spec.js
Expand Up @@ -73,8 +73,7 @@ describe.only('Sign Up', function () {

describe('POST /signup', function () {

var fakeUser = {},
mailbox;
var fakeUser = {};

beforeEach(function (done) {
fakeUser.email = 'TestUser@test.com'
Expand Down

0 comments on commit b890cc9

Please sign in to comment.