Skip to content

Commit 4142dbe

Browse files
authored
Merge pull request #1844 from hnegishi/patch-5
単一テスト実行時の-nオプションの修正
2 parents a4afc5f + 435899c commit 4142dbe

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
@@ -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

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

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

0 commit comments

Comments
 (0)