Sha256: 57b46ca017898451dacd355a5c8051fdcc56f321f41763dc2925301ba3fdb7c5

Contents?: true

Size: 169 Bytes

Versions: 3

Compression:

Stored size: 169 Bytes

Contents

Aws.config[:s3] = {
  stub_responses: {
    head_bucket: {},
    get_object: {
      content_type: "text/plain",
      body: "foo",
      content_length: 3,
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tori-0.8.0 test/aws_s3_stub.rb
tori-0.7.2 test/aws_s3_stub.rb
tori-0.7.1 test/aws_s3_stub.rb