Simplify domain language to just "boot" and unscoped config keys
This commit is contained in:
@@ -40,7 +40,7 @@ class CliAppTest < CliTestCase
|
||||
# Strategy is used when booting the containers
|
||||
Mrsk::Cli::App.any_instance.expects(:on).with([ "1.1.1.1" ], in: :groups, limit: 3, wait: 2).with_block_given
|
||||
|
||||
run_command("boot", config: :with_group_strategy)
|
||||
run_command("boot", config: :with_boot_strategy)
|
||||
end
|
||||
|
||||
test "start" do
|
||||
|
||||
Reference in New Issue
Block a user