class Object
Constants
- CONFIG_DIR
- VAGRANT
- VMPOOLER
Public Instance Methods
beaker_command(system_args)
click to toggle source
# File lib/beaker/tasks/quick_start.rb, line 83 def beaker_command(system_args) cmd_parts = [] cmd_parts << "beaker" cmd_parts << "--hosts #{system_args[:hosts]}" cmd_parts << "--pre-suite #{system_args[:pre_suite]}" cmd_parts << "--tests #{system_args[:tests]}" cmd_parts.flatten.join(" ") end