Class: Librarian::RSpec::Support::CliMacro::FakeShell
- Inherits:
-
Thor::Shell::Basic
- Object
- Thor::Shell::Basic
- Librarian::RSpec::Support::CliMacro::FakeShell
- Defined in:
- lib/librarian/rspec/support/cli_macro.rb
Instance Method Summary collapse
Instance Method Details
#stderr ⇒ Object
18 19 20 |
# File 'lib/librarian/rspec/support/cli_macro.rb', line 18 def stderr @stderr ||= StringIO.new end |
#stdin ⇒ Object
21 22 23 |
# File 'lib/librarian/rspec/support/cli_macro.rb', line 21 def stdin raise "unsupported" end |
#stdout ⇒ Object
15 16 17 |
# File 'lib/librarian/rspec/support/cli_macro.rb', line 15 def stdout @stdout ||= StringIO.new end |