class Shoulda::Matchers::Independent::DelegateMethodMatcher

def in_context(context)

def in_context(context)
  @context = MatcherContext.new(context)
  self
end