Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Jun 16, 2014
1 parent 7e10330 commit 78f4f07
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/main.js → test/Customer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ var pjs = require('../');
var should = require('should');
require('mocha');

before(function(){
this.originalBase = pjs.base;
pjs.base = 'some local server';
});

after(function(){
pjs.base = this.originalBase;
});

describe('Customer', function() {
it('should be able to construct with address', function(done){
var user = pjs.customer({
Expand Down

0 comments on commit 78f4f07

Please sign in to comment.