Skip to content

A note about stubbing #992

@MarkMurphy

Description

@MarkMurphy

It would be really helpful to add some documentation to the readme regarding how we can stub the client for testing.

For example, from the docs here:
http://docs.aws.amazon.com/sdkforruby/api/Aws/ClientStubs.html

Can I add

RSpec.configure do |config|
  ...
  Aws.config.update(stub_responses: true)
end

to enable stubbed responses across the board?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationThis is a problem with documentation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions