Method: Command::Test#call
- Defined in:
- lib/command/test.rb
#call ⇒ Object
16 17 18 19 20 21 |
# File 'lib/command/test.rb', line 16 def call # Modify this method to trigger the code you want to test. # You can use `debugger` to debug. # You can use `run_cpflow_command` to simulate a command # (e.g., `run_cpflow_command("deploy-image", "-a", "my-app-name")`). end |