Skip to content

Commit

Permalink
test: fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgomesxyz committed Jan 19, 2024
1 parent 4388354 commit 0089299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/command/copy_image_from_upstream_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
allow(ENV).to receive(:fetch).with("CPLN_ORG", nil).and_return(nil)
allow(ENV).to receive(:fetch).with("CPLN_ORG_UPSTREAM", nil).and_return(nil)
allow(ENV).to receive(:fetch).with("CPLN_APP", nil).and_return(nil)
allow(ENV).to receive(:fetch).with("CPLN_UPSTREAM", nil).and_return(nil)
allow_any_instance_of(Config).to receive(:config_file_path).and_return("spec/fixtures/config.yml")
allow_any_instance_of(described_class).to receive(:ensure_docker_running!)
allow_any_instance_of(Controlplane).to receive(:profile_exists?).and_return(false)
Expand Down

0 comments on commit 0089299

Please sign in to comment.