class Spec::Matchers::ThrowSymbol

def expected

def expected
  @expected.nil? ? "a Symbol" : @expected.inspect
end