Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc for ecs_service for using non-default cluster #508

Merged
merged 3 commits into from
Mar 18, 2023

Conversation

jedipunkz
Copy link
Contributor

I confirmed that it can be tested with the following description.

describe ecs_service('example'), cluster: 'example' do
  it { should exist }
  it { should be_active }
end

The test results are as follows.

ecs_service 'example'
  is expected to exist
  is expected to be active

Finished in 0.15046 seconds (files took 3.15 seconds to load)
2 examples, 0 failures

So we should update docs relatet to 'ecs_service' test.

@k1LoW
Copy link
Owner

k1LoW commented Mar 5, 2020

Hi @jedipunkz ! Thank you for your commit !
Could you update doc or merge master for fixing test fail?

@k1LoW k1LoW merged commit 0bdd8bd into k1LoW:master Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants