Module
Librarian::RSpec::Support::CliMacro
In:
lib/librarian/rspec/support/cli_macro.rb
Methods
cli!
exit_status
have_file
have_json_file
included
shell
stderr
stdout
strip_heredoc
write_file!
write_json_file!
Classes and Modules
Class
Librarian::RSpec::Support::CliMacro::FakeShell
Class
Librarian::RSpec::Support::CliMacro::FileMatcher
Public Class methods
included
(base)
Public Instance methods
cli!
(*args)
exit_status
()
have_file
(rel_path, content = nil)
have_json_file
(rel_path, content)
shell
()
stderr
()
stdout
()
strip_heredoc
(text)
write_file!
(path, content)
write_json_file!
(path, content)
[Validate]