Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Replace assert with assert_predicate #447

Open
kmcphillips opened this issue Dec 14, 2016 · 0 comments
Open

Replace assert with assert_predicate #447

kmcphillips opened this issue Dec 14, 2016 · 0 comments
Assignees
Milestone

Comments

@kmcphillips
Copy link
Member

In tests we have lots of:

assert thing.property?

Which should all be converted to:

assert_predicate :property?, thing
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants