Allow custom matcher to work with associations (wincent.dev, b2c76ac)

This fixes some more spec failures; basically, associations don't appear in the attributes hash, so testing for mass assignment o such attributes won't work; we have to message the model object directly instead asking for the value of the attribute.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Autoload FixtureReplacement in the console (wincent.dev, 6912254)
Fix failure in user spec (superuser mass assignment) (wincent.dev, 7636e1d) →

All snippets