We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c791c78 + 87c3915 commit 5f7f26eCopy full SHA for 5f7f26e
guides/source/ja/contributing_to_ruby_on_rails.md
@@ -485,7 +485,7 @@ $ bundle exec rake TEST=test/cases/associations/has_many_associations_test.rb
485
486
#### テストでデバッガを使う
487
488
-外部デバッガ(pry、byebugなど)を利用する場合は、デバッガをインストールして通常どおりに使います。デバッガの問題が発生した場合は、`PARALLEL_WORKERS=1`を設定してテストをシリアル実行するか、`n test_long_test_name`で単一のテストを実行してください。
+外部デバッガ(pry、byebugなど)を利用する場合は、デバッガをインストールして通常どおりに使います。デバッガの問題が発生した場合は、`PARALLEL_WORKERS=1`を設定してテストをシリアル実行するか、`-n test_long_test_name`で単一のテストを実行してください。
489
490
### 警告の扱いについて
491
@@ -832,4 +832,4 @@ Railsコントリビュータ
832
833
Railsに貢献したすべての開発者は[Railsコントリビュータ][contributors]にクレジットが掲載されます。
834
835
-[contributors]: https://contributors.rubyonrails.org
+[contributors]: https://contributors.rubyonrails.org
0 commit comments