File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ $ bundle exec rake TEST=test/cases/associations/has_many_associations_test.rb
491491
492492#### テストでデバッガを使う
493493
494- 外部デバッガ(pry、byebugなど)を利用する場合は、デバッガをインストールして通常どおりに使います。デバッガの問題が発生した場合は、` PARALLEL_WORKERS=1 ` を設定してテストをシリアル実行するか、` n test_long_test_name ` で単一のテストを実行してください。
494+ 外部デバッガ(pry、byebugなど)を利用する場合は、デバッガをインストールして通常どおりに使います。デバッガの問題が発生した場合は、` PARALLEL_WORKERS=1 ` を設定してテストをシリアル実行するか、` - n test_long_test_name` で単一のテストを実行してください。
495495
496496ジェネレータに対してテストを実行する場合、デバッグツールが機能するために` RAILS_LOG_TO_STDOUT=true ` を設定する必要があります。
497497
@@ -844,4 +844,4 @@ Railsコントリビュータ
844844
845845Railsに貢献したすべての開発者は[ Railsコントリビュータ] [ contributors ] にクレジットが掲載されます。
846846
847- [ contributors ] : https://contributors.rubyonrails.org
847+ [ contributors ] : https://contributors.rubyonrails.org
You can’t perform that action at this time.
0 commit comments