Update phantomjs and use mocha-phantomjs-core

This commit is contained in:
Tim Schaub
2015-11-01 01:45:47 -06:00
parent 7946298e67
commit 98c9b0eb39
4 changed files with 20 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ var blue = 'data:image/gif;base64,R0lGODlhAQABAPAAAAAA/////yH5BAAAAAAALAAAAA' +
'ABAAEAAAICRAEAOw==';
function itNoPhantom() {
if (window.mochaPhantomJS) {
if (window.initMochaPhantomJS) {
return xit.apply(this, arguments);
} else {
return it.apply(this, arguments);