class ChefCLI::ComponentTest
def default_command_options
def default_command_options { cwd: component_path, env: { # Add the embedded/bin to the PATH so that bundle executable can # be found while running the tests. path_variable_key => omnibus_path, "CHEF_LICENSE" => "accept-no-persist", }, timeout: 3600, } end