Sha256: 92e0064f2972e07307d6fe782ea860fe046013fd5ffcb493a2f3129f05607325

Contents?: true

Size: 422 Bytes

Versions: 23

Compression:

Stored size: 422 Bytes

Contents

require 'spec_helper'

RSpec.describe Adyen::DataProtection, service: 'Data Protection Service' do
  # client instance to be used in dynamically generated tests
  client = create_client(:basic)

  # methods / values to test for
  # format is defined in spec_helper
  test_sets = [
    %w[request_subject_erasure result SUCCESS]
  ]

  generate_tests(client, 'DataProtectionService', test_sets, client.data_protection)
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
adyen-ruby-api-library-10.0.1 spec/data_protection_spec.rb
adyen-ruby-api-library-10.0.0 spec/data_protection_spec.rb
adyen-ruby-api-library-9.9.0 spec/data_protection_spec.rb
adyen-ruby-api-library-9.8.0 spec/data_protection_spec.rb
adyen-ruby-api-library-9.7.1 spec/data_protection_spec.rb
adyen-ruby-api-library-9.7.0 spec/data_protection_spec.rb
adyen-ruby-api-library-9.6.0 spec/data_protection_spec.rb
adyen-ruby-api-library-9.5.2 spec/data_protection_spec.rb
adyen-ruby-api-library-9.5.1 spec/data_protection_spec.rb
adyen-ruby-api-library-9.5.0 spec/data_protection_spec.rb
adyen-ruby-api-library-9.3.0 spec/data_protection_spec.rb
adyen-ruby-api-library-9.2.0 spec/data_protection_spec.rb
adyen-ruby-api-library-9.1.0 spec/data_protection_spec.rb
adyen-ruby-api-library-9.0.0 spec/data_protection_spec.rb
adyen-ruby-api-library-8.0.1 spec/data_protection_spec.rb
adyen-ruby-api-library-8.0.0 spec/data_protection_spec.rb
adyen-ruby-api-library-8.0.0.pre.beta.1 spec/data_protection_spec.rb
adyen-ruby-api-library-7.3.1 spec/data_protection_spec.rb
adyen-ruby-api-library-7.3.0 spec/data_protection_spec.rb
adyen-ruby-api-library-7.2.0 spec/data_protection_spec.rb