lib/teaspoon/mocha/templates/spec_helper.js in teaspoon-mocha-2.2.4 vs lib/teaspoon/mocha/templates/spec_helper.js in teaspoon-mocha-2.3.3
- old
+ new
@@ -5,10 +5,10 @@
// require support/chai-jq-0.0.7
// require support/your-support-file
//
// PhantomJS (Teaspoons default driver) doesn't have support for Function.prototype.bind, which has caused confusion.
// Use this polyfill to avoid the confusion.
-//= require support/bind-poly
+//= require support/phantomjs-shims
//
// You can require your own javascript files here. By default this will include everything in application, however you
// may get better load performance if you require the specific files that are being used in the spec that tests them.
//= require application
//