class Shoulda::Matchers::ActionController::AssignToMatcher
def with_kind_of(expected_class)
def with_kind_of(expected_class) @options[:expected_class] = expected_class self end
def with_kind_of(expected_class) @options[:expected_class] = expected_class self end