Skip to content

Commit

Permalink
Disable tests (not ready yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerolimov committed Jul 14, 2014
1 parent 8f05334 commit 65c7091
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/tests/resources/subject.controller.test.js
Expand Up @@ -67,10 +67,10 @@ describe('Subject controller', function() {
user.should.have.property('name', 'tj'); user.should.have.property('name', 'tj');
user.should.have.property('pets').with.lengthOf(4); user.should.have.property('pets').with.lengthOf(4);


server // server
.get('/api/subjects') // .get('/api/subjects')
.expect(200) // .expect(200)
.end(done); // .end(done);


}); });


Expand Down

0 comments on commit 65c7091

Please sign in to comment.