Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-07-18 01:17:37 +0300
committerMike Greiling <mike@pixelcog.com>2019-07-19 10:27:14 +0300
commitfaa17d526371a34325705b8de9594e4e9df03298 (patch)
tree80cdc2603cb0e1da0edcd9310a812b64b630a08e /spec/frontend/helpers
parent25fa78e2f9205427274772ff620d59cc9162400c (diff)
Rename the karma:fixtures task
Introduces frontend:fixtures rake task to replace karma:fixtures and update documentation and CI scripts to match
Diffstat (limited to 'spec/frontend/helpers')
-rw-r--r--spec/frontend/helpers/fixtures.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/helpers/fixtures.js b/spec/frontend/helpers/fixtures.js
index b77bcd6266e..09d91e963fd 100644
--- a/spec/frontend/helpers/fixtures.js
+++ b/spec/frontend/helpers/fixtures.js
@@ -9,7 +9,7 @@ export function getFixture(relativePath) {
throw new ErrorWithStack(
`Fixture file ${relativePath} does not exist.
-Did you run bin/rake karma:fixtures?`,
+Did you run bin/rake frontend:fixtures?`,
getFixture,
);
}