Skip to content

Commit

Permalink
(Modify) temp disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjoecox committed Apr 17, 2015
1 parent f5442e3 commit b40b74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/serverSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before(function(done) {
done();
});

describe('Routing Tests', function() {
xdescribe('Routing Tests', function() {
describe('Client Routes', function() {
it('should return 200', function(done) {
request(app)
Expand Down

0 comments on commit b40b74b

Please sign in to comment.