Add missing config to install test dependencies as well

This commit is contained in:
Daniel Schädler 2022-05-19 22:39:31 +02:00
parent 5df3923f58
commit 0b067e3a60
Signed by: Malaber
GPG Key ID: 4BB175A9617E4B11
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Ruby on Rails application serving as backend for turnie.re
## Installation ## Installation
```bash ```bash
# install dependencies # install dependencies
$ bundle config set with development $ bundle config set with "development test"
$ bundle install $ bundle install
# run migrations # run migrations
$ rails db:migrate $ rails db:migrate