Flowdock
method

given_exception

Importance_0
1.3.0 - Show latest stable - 0 notes - Class: Spec::Matchers::RaiseException
given_exception() private

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/matchers/raise_exception.rb, line 83
        def given_exception
          @actual_exception.nil? ? " but nothing was raised" : ", got #{@actual_exception.inspect}"
        end
Register or log in to add new notes.