Flowdock
verify_all() public

No documentation

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

Hide source
# File lib/spec/mocks/space.rb, line 8
      def verify_all
        mocks.each do |mock|
          mock.rspec_verify
        end
      end
Register or log in to add new notes.