Flowdock
method

setup_mediator_with_rspec

Importance_0
setup_mediator_with_rspec() public

No documentation

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

Hide source
# File lib/spec/interop/test/unit/ui/console/testrunner.rb, line 47
          def setup_mediator_with_rspec
            orig_io = @io
            @io = StringIO.new
            setup_mediator_without_rspec
          ensure
            @rspec_io = @io
            @io = orig_io
          end
Register or log in to add new notes.