Replace assert with assert_predicate
Opened this issue · 0 comments
kmcphillips commented
In tests we have lots of:
assert thing.property?
Which should all be converted to:
assert_predicate :property?, thing
Opened this issue · 0 comments
In tests we have lots of:
assert thing.property?
Which should all be converted to:
assert_predicate :property?, thing