Class: Superbot::Runner::CLI::RootCommand

Inherits:
Clamp::Command
  • Object
show all
Includes:
Cloud::Validations, Validations
Defined in:
lib/superbot/runner/cli/root_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



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