Class: Busser::RunnerPlugin::Nose2

Inherits:
Base
  • Object
show all
Defined in:
lib/busser/runner_plugin/nose2.rb

Overview

A Busser runner plugin for Nose2.

Author:

Instance Method Summary collapse

Instance Method Details

#testObject



34
35
36
# File 'lib/busser/runner_plugin/nose2.rb', line 34

def test
  run!("nose2 --start-dir #{suite_path('nose2').to_s}/tests")
end