Flowdock
run(*args) 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/testsuite_adapter.rb, line 15
      def run(*args)
        return true unless args.empty?
        example_group.run(Spec::Runner.options)
      end
Register or log in to add new notes.