Commit 1f487606 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-fix-rake-tasks' into 'master'

Fix typos in "Rake tasks for developers" docs

See merge request gitlab-org/gitlab!21605
parents c06a4353 d0fb1898
...@@ -93,9 +93,9 @@ There are a few environment flags you can pass to change how projects are seeded ...@@ -93,9 +93,9 @@ There are a few environment flags you can pass to change how projects are seeded
In order to run the test you can use the following commands: In order to run the test you can use the following commands:
- `bin/rake spec` to run the rspec suite - `bin/rake spec` to run the rspec suite
- `bin/rake spec:unit` to run the only the unit tests - `bin/rake spec:unit` to run only the unit tests
- `bin/rake spec:integration` to run the only the integration tests - `bin/rake spec:integration` to run only the integration tests
- `bin/rake spec:system` to run the only the system tests - `bin/rake spec:system` to run only the system tests
- `bin/rake karma` to run the Karma test suite - `bin/rake karma` to run the Karma test suite
Note: `bin/rake spec` takes significant time to pass. Note: `bin/rake spec` takes significant time to pass.
...@@ -188,11 +188,10 @@ task, then check the dimensions of the new spritesheet and update the ...@@ -188,11 +188,10 @@ task, then check the dimensions of the new spritesheet and update the
## Updating project templates ## Updating project templates
Starting a project from a template needs this project to be exported. On a Starting a project from a template needs this project to be exported. On a
up to date master branch with run: up to date master branch run:
``` ```
gdk run gdk start
# In a new terminal window
bundle exec rake gitlab:update_project_templates bundle exec rake gitlab:update_project_templates
git checkout -b update-project-templates git checkout -b update-project-templates
git add vendor/project_templates git add vendor/project_templates
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment