From f45c754e535fa93cfa59e99da265fb405b607b74 Mon Sep 17 00:00:00 2001 From: David Stosik Date: Mon, 7 Oct 2024 15:42:33 +0900 Subject: [PATCH] Remove unnecessary method --- test/commands/builder_test.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/commands/builder_test.rb b/test/commands/builder_test.rb index 52b794b8..e8d48e90 100644 --- a/test/commands/builder_test.rb +++ b/test/commands/builder_test.rb @@ -169,10 +169,6 @@ class CommandsBuilderTest < ActiveSupport::TestCase Kamal::Commands::Builder.new(Kamal::Configuration.new(@config.deep_merge(additional_config), version: "123")) end - def build_directory - "#{Dir.tmpdir}/kamal-clones/app/kamal/" - end - def local_arch Kamal::Utils.docker_arch end