class RSpec::Mocks::BaseExpectation

def and_throw(symbol)

def and_throw(symbol)
  @symbol_to_throw = symbol
end