class Shoulda::Matchers::ActiveRecord::AssociationMatchers::DependentMatcher

def initialize(dependent, name)

def initialize(dependent, name)
  @dependent = dependent
  @name = name
  @missing_option = ''
end