Switch to running tests with rspec directly
This commit is contained in:
parent
cd3c334ddb
commit
b899b74d76
|
|
@ -22,7 +22,7 @@ rails spec:
|
|||
script:
|
||||
- cd /app
|
||||
- bundle exec rails db:migrate
|
||||
- bundle exec rails spec
|
||||
- bundle exec rspec
|
||||
artifacts:
|
||||
paths:
|
||||
- specs_with_runtime.txt
|
||||
|
|
|
|||
|
|
@ -21,6 +21,12 @@ Development (without mail confirmation and separate database):
|
|||
$ RAILS_ENV=development rails server
|
||||
```
|
||||
|
||||
## Testing
|
||||
Running tests works as follows:
|
||||
```bash
|
||||
bundle exec rspec
|
||||
```
|
||||
|
||||
## Docker
|
||||
[Registry](https://gitlab.com/turniere/turniere-backend/container_registry)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue