Sha256: 048a32591378a0956845da9226f14b2f2b24482cfa0e63685fc5416669b7bb03
Contents?: true
Size: 442 Bytes
Versions: 4
Compression:
Stored size: 442 Bytes
Contents
require_relative "./helper" describe "deploys" do it "should deploy a VCS branch to the dev environment" do VCR.use_cassette("deploy/release_vcs_branch") do data = { :key => "path", :value => "master" } response = AcquiaToolbelt::CLI::API.request "sites/prod:eeamalone/envs/dev/code-deploy", "QUERY-STRING-POST", data, false expect(response.status).to eq 200 response.body.should include "id" end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
acquia_toolbelt-2.4.1 | spec/deploy_spec.rb |
acquia_toolbelt-2.4.0 | spec/deploy_spec.rb |
acquia_toolbelt-2.3.2 | spec/deploy_spec.rb |
acquia_toolbelt-2.3.1 | spec/deploy_spec.rb |