-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
documentationThis is a problem with documentation.This is a problem with documentation.
Description
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
Labels
documentationThis is a problem with documentation.This is a problem with documentation.