From 0b067e3a60360696877243ad7c7d98add8e01833 Mon Sep 17 00:00:00 2001 From: Malaber Date: Thu, 19 May 2022 22:39:31 +0200 Subject: [PATCH] Add missing config to install test dependencies as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dbce2e..be5c30f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Ruby on Rails application serving as backend for turnie.re ## Installation ```bash # install dependencies -$ bundle config set with development +$ bundle config set with "development test" $ bundle install # run migrations $ rails db:migrate