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 @@ -498,7 +498,7 @@ $ bundle exec rake TEST=test/cases/associations/has_many_associations_test.rb
498498
499499#### テストでデバッガを使う
500500
501- 外部デバッガ(pry、byebugなど)を利用する場合は、デバッガをインストールして通常どおりに使います。デバッガの問題が発生した場合は、` PARALLEL_WORKERS=1 ` を設定してテストをシリアル実行するか、` n test_long_test_name ` で単一のテストを実行してください。
501+ 外部デバッガ(pry、byebugなど)を利用する場合は、デバッガをインストールして通常どおりに使います。デバッガの問題が発生した場合は、` PARALLEL_WORKERS=1 ` を設定してテストをシリアル実行するか、` - n test_long_test_name` で単一のテストを実行してください。
502502
503503ジェネレータに対してテストを実行する場合、デバッグツールが機能するために` RAILS_LOG_TO_STDOUT=true ` を設定する必要があります。
504504
@@ -851,4 +851,4 @@ Railsコントリビュータ
851851
852852Railsに貢献したすべての開発者は[ Railsコントリビュータ] [ contributors ] にクレジットが掲載されます。
853853
854- [ contributors ] : https://contributors.rubyonrails.org
854+ [ contributors ] : https://contributors.rubyonrails.org
You can’t perform that action at this time.
0 commit comments