lib/command/test.rb in cpflow-3.0.1 vs lib/command/test.rb in cpflow-4.0.0
- old
+ new
@@ -14,10 +14,10 @@
VALIDATIONS = [].freeze
def call
# Modify this method to trigger the code you want to test.
# You can use `debugger` to debug.
- # You can use `Cpflow::Cli.start` to simulate a command
- # (e.g., `Cpflow::Cli.start(["deploy-image", "-a", "my-app-name"])`).
+ # You can use `run_cpflow_command` to simulate a command
+ # (e.g., `run_cpflow_command("deploy-image", "-a", "my-app-name")`).
end
end
end