Fixed typos in Development - Rake Tasks doc
This commit is contained in:
parent
833bc30593
commit
38a692d20b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue