Skip to content

Commit 5f7f26e

Browse files
authored
Merge pull request #1846 from hnegishi/patch-7
[7.1] 単一テスト実行時の-nオプションの修正
2 parents c791c78 + 87c3915 commit 5f7f26e

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
@@ -485,7 +485,7 @@ $ bundle exec rake TEST=test/cases/associations/has_many_associations_test.rb
485485

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

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

490490
### 警告の扱いについて
491491

@@ -832,4 +832,4 @@ Railsコントリビュータ
832832

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

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

0 commit comments

Comments
 (0)