#Rails + #rspec で have_attributes と他のマッチャを組み合わせて使う
こんな感じ
expect(user).to have_attributes({
name: 'Alice',
age: (a_value > 30),
created_at: be_an(Time)
})
have_attributes
matcher - Built in matchers - RSpec Expectations - RSpec - Relish
Original by Github issue
Author And Source
この問題について(#Rails + #rspec で have_attributes と他のマッチャを組み合わせて使う), 我々は、より多くの情報をここで見つけました https://qiita.com/YumaInaura/items/a6e7ef54a4066fb6eac7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .