Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/source/ja/contributing_to_ruby_on_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ $ bundle exec rake TEST=test/cases/associations/has_many_associations_test.rb

#### テストでデバッガを使う

外部デバッガ(pry、byebugなど)を利用する場合は、デバッガをインストールして通常どおりに使います。デバッガの問題が発生した場合は、`PARALLEL_WORKERS=1`を設定してテストをシリアル実行するか、`n test_long_test_name`で単一のテストを実行してください。
外部デバッガ(pry、byebugなど)を利用する場合は、デバッガをインストールして通常どおりに使います。デバッガの問題が発生した場合は、`PARALLEL_WORKERS=1`を設定してテストをシリアル実行するか、`-n test_long_test_name`で単一のテストを実行してください。

ジェネレータに対してテストを実行する場合、デバッグツールが機能するために`RAILS_LOG_TO_STDOUT=true`を設定する必要があります。

Expand Down Expand Up @@ -844,4 +844,4 @@ Railsコントリビュータ

Railsに貢献したすべての開発者は[Railsコントリビュータ][contributors]にクレジットが掲載されます。

[contributors]: https://contributors.rubyonrails.org
[contributors]: https://contributors.rubyonrails.org