method

failure_message_for_should_not

failure_message_for_should_not()
public

No documentation available.

# File lib/spec/matchers/throw_symbol.rb, line 52
      def failure_message_for_should_not
        if @expected_symbol
          "expected #{expected} not to be thrown"
        else
          "expected no Symbol, got :#{@caught_symbol}"
        end
      end