Method: Synthesis::MochaAdapter#run
- Defined in:
- lib/synthesis/adapter/mocha.rb
#run ⇒ Object
9 10 11 12 |
# File 'lib/synthesis/adapter/mocha.rb', line 9 def run Test::Unit.run = true # Yes means no... fail_unless { Test::Unit::AutoRunner.run(false, nil, []) } end |