method
run
1.2.0 -
Show latest stable
- Class:
Test::Unit::TestSuiteAdapter
run(*args)public
No documentation available.
# 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