class Spec::Matchers::ThrowSymbol

def expected

def expected
  @expected_symbol.nil? ? "a Symbol" : "#{@expected_symbol.inspect}#{args}"
end