Skip to content

Commit

Permalink
test ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandpoulter committed Nov 24, 2012
1 parent 0cdbe73 commit 61c8ccc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/index.js
Expand Up @@ -5,6 +5,10 @@ module.exports = require('spc').describe('Options', function () {
should();
});

it('should fail', function () {
assert(false);
});

describe('util#deepCreate', function () {
beforeEach(function () {
sinon.spy(Object, 'create');
Expand Down

0 comments on commit 61c8ccc

Please sign in to comment.