Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Stub AWS tests #22

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Stub AWS tests #22

wants to merge 6 commits into from

Conversation

athompson-r7
Copy link
Contributor

This is one of the first steps in properly solving #21. This removes the VCR dependency on testing AWS resources that was not all that repeatable. This change stubs all that using stub_response in the aws-sdk.

}])
end

def stub_describe_auto_scaling_instances(asg_client, instances, asg_name)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we call these methods stub_asg_*? They'd then be consistent with the ec2* helpers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants