Module: Sevgi::Test::Shell Private

Extended by:
Shell
Included in:
Shell
Defined in:
lib/sevgi/showcase/minitest/shell.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Shell runner helpers for showcase tests.

Defined Under Namespace

Classes: Result, Runner

Instance Method Summary collapse

Instance Method Details

#run(*args) ⇒ Sevgi::Test::Shell::Result

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Runs a command through a fresh runner.

Parameters:

  • args (Array<String>)

    command and arguments

Returns:



98
# File 'lib/sevgi/showcase/minitest/shell.rb', line 98

def run(...) = Runner.new.run(...)