lib/teaspoon/jasmine/templates/spec_helper.coffee in teaspoon-jasmine-2.4.1 vs lib/teaspoon/jasmine/templates/spec_helper.coffee in teaspoon-jasmine-2.9.1
- old
+ new
@@ -19,14 +19,14 @@
#
# Teaspoon.defer = true
# setTimeout(Teaspoon.execute, 1000)
#
# Matching files
-# By default Teaspoon will look for files that match _spec.{js,js.coffee,.coffee}. Add a filename_spec.js file in your
+# By default Teaspoon will look for files that match _spec.{js,js.coffee,coffee}. Add a filename_spec.js file in your
# spec path and it'll be included in the default suite automatically. If you want to customize suites, check out the
# configuration in teaspoon_env.rb
#
# 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/teaspoon
+# For more information: http://github.com/jejacks0n/teaspoon