My test fail on:
assert_match @post.user_id, @user.id
with strange error:
Expected 762146111 to match 762146111.
I have tried to use with and w/o Integer() in creation and/or on match steps
Thanks to engineersmnky.
It should be:
assert_equal @post.user_id, @user.id