Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2020-01-30 15:09:15 +00:00
parent 50ae406553
commit 536aa3a1f4
368 changed files with 2575 additions and 2133 deletions

View File

@ -36,7 +36,7 @@ Here are some things to keep in mind regarding test performance:
To run rspec tests:
```sh
```shell
# run all tests
bundle exec rspec
@ -46,7 +46,7 @@ bundle exec rspec spec/[path]/[to]/[spec].rb
Use [guard](https://github.com/guard/guard) to continuously monitor for changes and only run matching tests:
```sh
```shell
bundle exec guard
```