Sha256: 3005544f61aeb4fd16937f6254bc0a5ce273bf94c2004a49b1b549bf557dd2b2

Contents?: true

Size: 429 Bytes

Versions: 11

Compression:

Stored size: 429 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 = [
    ["request_subject_erasure", "result", "SUCCESS"],
  ]

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
adyen-ruby-api-library-7.0.1 spec/data_protection_spec.rb
adyen-ruby-api-library-7.0.0 spec/data_protection_spec.rb
adyen-ruby-api-library-6.3.0 spec/data_protection_spec.rb
adyen-ruby-api-library-6.2.0 spec/data_protection_spec.rb
adyen-ruby-api-library-6.1.0 spec/data_protection_spec.rb
adyen-ruby-api-library-6.0.0 spec/data_protection_spec.rb
adyen-ruby-api-library-5.1.0 spec/data_protection_spec.rb
adyen-ruby-api-library-5.0.0 spec/data_protection_spec.rb
adyen-ruby-api-library-4.4.0 spec/data_protection_spec.rb
adyen-ruby-api-library-4.3.0 spec/data_protection_spec.rb
adyen-ruby-api-library-4.2.0 spec/data_protection_spec.rb