Class: Superbot::Runner::CLI::RootCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Superbot::Runner::CLI::RootCommand
- Includes:
- Cloud::Validations, Validations
- Defined in:
- lib/superbot/runner/cli/root_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
15 16 17 18 19 20 |
# File 'lib/superbot/runner/cli/root_command.rb', line 15 def execute open_teleport sorted_files.each(&method(:run_test_file)) ensure close_teleport end |