method

and_throw

rspec latest stable - Class: Spec::Mocks::BaseExpectation
and_throw(symbol)
public

No documentation available.

# File lib/spec/mocks/message_expectation.rb, line 79
      def and_throw(symbol)
        @symbol_to_throw = symbol
      end