Sha256: 7a6066b9db49595bde04119ce6a8630c81fa0d121ef65192d52ee63d9ee4e0b1

Contents?: true

Size: 227 Bytes

Versions: 6

Compression:

Stored size: 227 Bytes

Contents

Before("@dynamodb") do
  @dynamodb = @client = Aws.dynamodb
end

After("@dynamodb") do
end

Given(/^I disable translation features Aws::DynamoDB$/) do
  @raw_json = true
  @dynamodb = @client = Aws.dynamodb(raw_json: true)
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc10 features/dynamodb/step_definitions.rb
aws-sdk-core-2.0.0.rc9 features/dynamodb/step_definitions.rb
aws-sdk-core-2.0.0.rc8 features/dynamodb/step_definitions.rb
aws-sdk-core-2.0.0.rc7 features/dynamodb/step_definitions.rb
aws-sdk-core-2.0.0.rc6 features/dynamodb/step_definitions.rb
aws-sdk-core-2.0.0.rc5 features/dynamodb/step_definitions.rb