Sha256: 7c7de2ccdcc7f33c3dd7e1ca7c630f04840928e7596ccfa76e86686c9885d677
Contents?: true
Size: 566 Bytes
Versions: 14
Compression:
Stored size: 566 Bytes
Contents
require 'spec_helper' describe "ey environments" do given "integration" before(:all) do api_scenario "one app, many environments" end it "outputs the status of the deployment" do ey %w[status -e giblets] @out.should =~ /Application:\s+rails232app/ @out.should =~ /Environment:\s+giblets/ @out.should =~ /Ref:\s+HEAD/ @out.should =~ /Resolved Ref:\s+HEAD/ @out.should =~ /Deployed by:\s+User Name/ @out.should =~ /Created at:/ @out.should =~ /Finished at:/ @out.should =~ /This deployment was successful/ end end
Version data entries
14 entries across 14 versions & 1 rubygems