Sha256: b2ce223d10ecec9b02708e678f5e1c7a966b7cb1da95f421dab5310273f82c34

Contents?: true

Size: 305 Bytes

Versions: 4

Compression:

Stored size: 305 Bytes

Contents

require 'spec_helper'

describe "ey environments" do
  it_should_behave_like "an integration test"

  before(:all) do
    api_scenario "one app, two environments"
  end

  it "lists the environments your app is in" do
    ey "environments"
    @out.should =~ /giblets/
    @out.should =~ /ham/
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
engineyard-0.3.1 spec/ey/list_environments_spec.rb
engineyard-0.3.0 spec/ey/list_environments_spec.rb
engineyard-0.2.13 spec/ey/list_environments_spec.rb
engineyard-0.2.12 spec/ey/list_environments_spec.rb