Skip to content

Commit e8dca34

Browse files
authored
Merge pull request #1845 from hnegishi/patch-6
[7.2] 単一テスト実行時の-nオプションの修正
2 parents d9b40c6 + f6af372 commit e8dca34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/ja/contributing_to_ruby_on_rails.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

847-
[contributors]: https://contributors.rubyonrails.org
847+
[contributors]: https://contributors.rubyonrails.org

0 commit comments

Comments
 (0)