LoginSignup
13
10

More than 5 years have passed since last update.

【Railsメモ】assert_selectについて

Posted at

assert_selectとは

アプリケーションのビューのテストを行う際に使うアサーションメソッド

書式
assert_select(セレクタ, [条件], [メッセージ])

使用例
assert_select 'title', "Sign Up page"
だったら、title要素の内容を検証する際に使う

※アサーションとは、ある条件が成立しているかどうかをチェックすることを言う

<参考にしたサイト>
https://railsguides.jp/testing.html

13
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
10