diff options
author | Bryce Johnson <bryce@gitlab.com> | 2016-10-27 19:09:58 +0200 |
---|---|---|
committer | Bryce Johnson <bryce@gitlab.com> | 2016-10-31 11:39:52 +0100 |
commit | 5fb226a934b07b214dcbd6711f1068866c0c1dae (patch) | |
tree | 76cf76e0dd966b7e176c0be6f83eade4deeb189c /spec/javascripts | |
parent | 696f09c7bf15c090c46a7d9abe14e0c769576db2 (diff) | |
download | gitlab-ce-5fb226a934b07b214dcbd6711f1068866c0c1dae.tar.gz |
Remove leftover references to coffeescript from comments and docs.decaffeinate-the-docs
Diffstat (limited to 'spec/javascripts')
-rw-r--r-- | spec/javascripts/spec_helper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/spec_helper.js b/spec/javascripts/spec_helper.js index bdce2465fbf..9cb8243ee2c 100644 --- a/spec/javascripts/spec_helper.js +++ b/spec/javascripts/spec_helper.js @@ -28,7 +28,7 @@ // 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 spec path +// _spec.{js,js.es6}. 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 |