lib/generators/teabag/install/templates/qunit/test_helper.coffee in teabag-0.6.0 vs lib/generators/teabag/install/templates/qunit/test_helper.coffee 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/sinon # require support/your-support-file # # Deferring execution @@ -20,5 +17,8 @@ # Manifest # If you'd rather require your test 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