Sha256: 57ae8efb1c4fb591f4e97b040c55267b8a341948f75bfbf5f0a25f5e5aec335c
Contents?: true
Size: 556 Bytes
Versions: 15
Compression:
Stored size: 556 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/ @out.should =~ /Created at:/ @out.should =~ /Finished at:/ @out.should =~ /Deployment was successful/ end end
Version data entries
15 entries across 15 versions & 1 rubygems