8 lines
138 B
Markdown
8 lines
138 B
Markdown
|
# QA framework unit tests
|
||
|
|
||
|
To run framework unit tests, following command can be used:
|
||
|
|
||
|
```shell
|
||
|
bundle exec rspec -O .rspec_internal
|
||
|
```
|