Class: Busser::RunnerPlugin::Pybot
- Inherits:
-
Base
- Object
- Base
- Busser::RunnerPlugin::Pybot
- Defined in:
- lib/busser/runner_plugin/pybot.rb
Overview
A Busser runner plugin for Pybot.
Instance Method Summary collapse
Instance Method Details
#test ⇒ Object
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 |