lib/generators/teabag/install/templates/mocha/spec_helper.js in teabag-0.6.0 vs lib/generators/teabag/install/templates/mocha/spec_helper.js in teabag-0.7.0
- old
+ new
@@ -1,8 +1,5 @@
-// You can require javascript files here. A good place to start is by requiring your application.js.
-// require application
-//
// Teabag includes some support files, but you can use anything from your own support path too.
// require support/expect
// require support/sinon
// require support/your-support-file
//
@@ -21,5 +18,8 @@
// Manifest
// If you'd rather require your spec files manually (to control order for instance) you can disable the suite matcher in
// the configuration and use this file as a manifest.
//
// For more information: http://github.com/modeset/teabag
+//
+// You can require javascript files here. A good place to start is by requiring your application.js.
+//= require application