class Shoulda::ActiveRecord::Matchers::AssociationMatcher

def macro_correct?

def macro_correct?
  if reflection.macro == @macro
    true
  else
    @missing = "actual association type was #{reflection.macro}"
    false
  end
end