Ruby on Rails トップページ
testの実行方法
bin/rails db:migrate RAILS_ENV=test # (test/ 以下の)すべてのテストを実行する bin/rails test
https://qiita.com/sei_sato/items/335a2dec9539307e65c6 @sei_sato 更新日 2019年02月01日 Railsのテストの仕方(Minitest編)
https://railsguides.jp/testing.html Rails テスティングガイド