Add missing config to install test dependencies as well
This commit is contained in:
parent
5df3923f58
commit
0b067e3a60
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue