Skip to content

Commit

Permalink
Merge pull request #1809 from yasslab/fix_testing_guide
Browse files Browse the repository at this point in the history
testing.mdのリンクを修正
  • Loading branch information
hachi8833 authored Jan 8, 2025
2 parents d6c33f2 + 025e364 commit bfa162b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/ja/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,11 @@ Railsは`minitest`フレームワークに以下のような独自のカスタ

* 式を評価した結果は、ブロックで渡されたものを呼び出す前と呼び出した後で違いがないと主張する。

#### [`assert_nothing_raised { block }`][]
#### [`assert_nothing_raised { block }`][assert_nothing_raised]

* 渡されたブロックで例外が発生しないことを確認する。

#### [`assert_recognizes(expected_options, path, extras = {}, message = nil)`][assert_nothing_raised]
#### [`assert_recognizes(expected_options, path, extras = {}, message = nil)`][assert_recognizes]

* 渡されたパスのルーティングが正しく扱われ、(`expected_options`ハッシュで渡された(解析オプションがパスと一致したことを主張する。
基本的にこのアサーションでは、Railsが`expected_options`で渡されたルーティングを認識していると主張する。
Expand Down

0 comments on commit bfa162b

Please sign in to comment.