Class: Busser::RunnerPlugin::Pybot

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

Overview

A Busser runner plugin for Pybot.

Author:

  • TODO: Write your name <TODO: Write your email>

Instance Method Summary collapse

Instance Method Details

#testObject



39
40
41
# File 'lib/busser/runner_plugin/pybot.rb', line 39

def test
  run!("#{vendor_path("pybot").join("bin/pybot")} #{suite_path("pybot")}")
end