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

README.md « spec « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1fc38fb55d821feecf498d2d5c31b2c9718a20a (plain)
1
2
3
4
5
6
7
# QA framework unit tests

To run framework unit tests, following command can be used:

```shell
bundle exec rspec -O .rspec_internal
```