mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +10:00
Merge pull request #7411 from robbytaylor/patch-3
Fixed typos in Development - Rake Tasks doc
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Setup db with developer seeds:
|
||||
|
||||
Note that if your db user does not have advanced privilegies you must create db manually before run this command
|
||||
Note that if your db user does not have advanced privileges you must create the db manually before running this command.
|
||||
|
||||
```
|
||||
bundle exec rake setup
|
||||
@@ -10,7 +10,7 @@ bundle exec rake setup
|
||||
|
||||
## Run tests
|
||||
|
||||
This runs all test suite present in GitLab
|
||||
This runs all test suites present in GitLab.
|
||||
|
||||
```
|
||||
bundle exec rake test
|
||||
@@ -18,7 +18,7 @@ bundle exec rake test
|
||||
|
||||
## Generate searchable docs for source code
|
||||
|
||||
You can find results under `doc/code` directory
|
||||
You can find results under the `doc/code` directory.
|
||||
|
||||
```
|
||||
bundle exec rake gitlab:generate_docs
|
||||
|
||||
Reference in New Issue
Block a user