diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2017-02-06 19:42:39 -0600 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-02-10 10:50:12 -0600 |
commit | 49c4059a3256969696a7d96d70ce78731fb1a406 (patch) | |
tree | 503f4f183b39cea89be63b020801710dda0ac126 /doc/development/testing.md | |
parent | 4a9258371bf25ef0ce8687c3d7750d06b4337fe4 (diff) | |
download | gitlab-ce-49c4059a3256969696a7d96d70ce78731fb1a406.tar.gz |
Replace teaspoon references with Karmareplace-teaspoon-references
Diffstat (limited to 'doc/development/testing.md')
-rw-r--r-- | doc/development/testing.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/development/testing.md b/doc/development/testing.md index dbea6b9c9aa..761847b2bab 100644 --- a/doc/development/testing.md +++ b/doc/development/testing.md @@ -31,9 +31,8 @@ GitLab uses [factory_girl] as a test fixture replacement. ## JavaScript -GitLab uses [Teaspoon] to run its [Jasmine] JavaScript specs. They can be run on -the command line via `bundle exec teaspoon`, or via a web browser at -`http://localhost:3000/teaspoon` when the Rails server is running. +GitLab uses [Karma] to run its [Jasmine] JavaScript specs. They can be run on +the command line via `bundle exec karma`. - JavaScript tests live in `spec/javascripts/`, matching the folder structure of `app/assets/javascripts/`: `app/assets/javascripts/behaviors/autosize.js.es6` has a corresponding @@ -51,7 +50,7 @@ the command line via `bundle exec teaspoon`, or via a web browser at [`Notification`](https://developer.mozilla.org/en-US/docs/Web/API/notification), which will have to be stubbed. -[Teaspoon]: https://github.com/modeset/teaspoon +[Karma]: https://github.com/karma-runner/karma [Jasmine]: https://github.com/jasmine/jasmine ## RSpec |