Module: Sevgi::Test::Shell Private
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
Instance Method Summary collapse
-
#run(*args) ⇒ Sevgi::Test::Shell::Result
private
Runs a command through a fresh runner.
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.
98 |
# File 'lib/sevgi/showcase/minitest/shell.rb', line 98 def run(...) = Runner.new.run(...) |