diff --git a/spec/ddg_apple_automation_helper_spec.rb b/spec/ddg_apple_automation_helper_spec.rb index b4ea2d5..f0f2e21 100644 --- a/spec/ddg_apple_automation_helper_spec.rb +++ b/spec/ddg_apple_automation_helper_spec.rb @@ -137,6 +137,7 @@ def load_file(file) source_version = "1.0.0" new_version = "1.0.1" platform = "macos" + allow(Fastlane::Helper).to receive(:is_ci?).and_return(false) allow(Fastlane::Actions).to receive(:sh).with("git", "branch", "--list", branch_name).and_return("") allow(Fastlane::Actions).to receive(:sh).with("git", "fetch", "--tags") allow(Fastlane::Actions).to receive(:sh).with("git", "checkout", "-b", branch_name, source_version)