From 284ed920969f92a6d3dd6b8fe5581e0bb758970c Mon Sep 17 00:00:00 2001 From: Kenta Okamoto Date: Sun, 24 Jan 2021 15:40:39 +0900 Subject: [PATCH] CONTRIBUTING: Add new command --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b3711e..212e37e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,7 @@ git clone https://github.com/chocoby/jp_prefecture.git cd jp_prefecture bundle install bundle exec appraisal install +bundle exec appraisal update ``` 実装と実装に対応するテストを追加し、Pull Request を作成する前に、ユニットテストとコーディングスタイルがパスするか確認します。