Skip to content

Instantly share code, notes, and snippets.

@ErisDS

ErisDS/error.sh Secret

Created January 29, 2014 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ErisDS/903c874724e156c0f40b to your computer and use it in GitHub Desktop.
Save ErisDS/903c874724e156c0f40b to your computer and use it in GitHub Desktop.
57 passing (14s)
2 failing
1) Settings Model API can read:
TypeError: Cannot read property 'should' of null
at /home/travis/build/TryGhost/Ghost/core/test/integration/model/model_settings_spec.js:68:39
at tryCatch1 (/home/travis/build/TryGhost/Ghost/node_modules/bookshelf/node_modules/bluebird/js/main/util.js:85:19)
at Promise$_settlePromiseFromHandler [as _settlePromiseFromHandler] (/home/travis/build/TryGhost/Ghost/node_modules/bookshelf/node_modules/bluebird/js/main/promise.js:644:13)
at Promise$_settlePromiseAt [as _settlePromiseAt] (/home/travis/build/TryGhost/Ghost/node_modules/bookshelf/node_modules/bluebird/js/main/promise.js:838:14)
at Async$_consumeFunctionBuffer [as _consumeFunctionBuffer] (/home/travis/build/TryGhost/Ghost/node_modules/bookshelf/node_modules/bluebird/js/main/async.js:63:12)
at Async$consumeFunctionBuffer (/home/travis/build/TryGhost/Ghost/node_modules/bookshelf/node_modules/bluebird/js/main/async.js:36:14)
at process._tickCallback (node.js:415:13)
2) Tag Model a Post setting tags from an array on update attaches one tag that exists in the Tags database and two tags that are new to the Tags database:
+ expected - actual
+4
-5
at Object.Assertion.eql (/home/travis/build/TryGhost/Ghost/node_modules/should/lib/should.js:370:10)
at /home/travis/build/TryGhost/Ghost/core/test/integration/model/model_tags_spec.js:284:44
at NearFulfilledProxy.when (/home/travis/build/TryGhost/Ghost/node_modules/when/when.js:501:43)
at Promise._message (/home/travis/build/TryGhost/Ghost/node_modules/when/when.js:426:25)
at Array.deliver [as 0] (/home/travis/build/TryGhost/Ghost/node_modules/when/when.js:319:7)
at runHandlers (/home/travis/build/TryGhost/Ghost/node_modules/when/when.js:385:12)
at Array.0 (/home/travis/build/TryGhost/Ghost/node_modules/when/when.js:352:5)
at runHandlers (/home/travis/build/TryGhost/Ghost/node_modules/when/when.js:385:12)
at drainQueue (/home/travis/build/TryGhost/Ghost/node_modules/when/when.js:836:3)
at process._tickCallback (node.js:415:13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment