diff --git a/test/cli/accessory_test.rb b/test/cli/accessory_test.rb index 55a1be0b..fc6c25fb 100644 --- a/test/cli/accessory_test.rb +++ b/test/cli/accessory_test.rb @@ -131,7 +131,7 @@ class CliAccessoryTest < CliTestCase end private - def run_command(*command) - stdouted { Mrsk::Cli::Accessory.start([*command, "-c", "test/fixtures/deploy_with_accessories.yml"]) } - end + def run_command(*command) + stdouted { Mrsk::Cli::Accessory.start([*command, "-c", "test/fixtures/deploy_with_accessories.yml"]) } + end end