class Shoulda::ActiveRecord::Matchers::AssociationMatcher
def description
def description description = "#{macro_description} #{@name}" description += " through #{@through}" if @through description += " dependent => #{@dependent}" if @dependent description end