Flowdock
method

given_error

Importance_0
given_error() 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_error.rb, line 82
        def given_error
          @given_error.nil? ? " but nothing was raised" : ", got #{@given_error.inspect}"
        end
Register or log in to add new notes.