Sha256: 2c49c606c9406b54e48eff7484670651de5b9d446b9d2595ab3d12d9e28e8ed0
Contents?: true
Size: 542 Bytes
Versions: 9
Compression:
Stored size: 542 Bytes
Contents
require 'spec_helper' describe "ey timeout-deploy" do given "integration" it "timeouts the last deployment" do login_scenario "Stuck Deployment" fast_ey %w[timeout-deploy] @out.should match(/Marking last deployment failed.../) @out.should match(/Finished at:\s+\w+/) end it "complains when there is no stuck deployment" do login_scenario "one app, one environment" fast_failing_ey ["timeout-deploy"] @err.should include(%|No unfinished deployment was found for main / rails232app / giblets.|) end end
Version data entries
9 entries across 9 versions & 1 rubygems