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 /spec/javascripts | |
parent | 4a9258371bf25ef0ce8687c3d7750d06b4337fe4 (diff) | |
download | gitlab-ce-49c4059a3256969696a7d96d70ce78731fb1a406.tar.gz |
Replace teaspoon references with Karmareplace-teaspoon-references
Diffstat (limited to 'spec/javascripts')
-rw-r--r-- | spec/javascripts/behaviors/quick_submit_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/behaviors/quick_submit_spec.js b/spec/javascripts/behaviors/quick_submit_spec.js index b84126c0e3d..1541037888f 100644 --- a/spec/javascripts/behaviors/quick_submit_spec.js +++ b/spec/javascripts/behaviors/quick_submit_spec.js @@ -40,7 +40,7 @@ require('~/behaviors/quick_submit'); expect($('input[type=submit]')).toBeDisabled(); return expect($('button[type=submit]')).toBeDisabled(); }); - // We cannot stub `navigator.userAgent` for CI's `rake teaspoon` task, so we'll + // We cannot stub `navigator.userAgent` for CI's `rake karma` task, so we'll // only run the tests that apply to the current platform if (navigator.userAgent.match(/Macintosh/)) { it('responds to Meta+Enter', function() { |