Sha256: 9bac3a126fef52a4b1d2ef2a236f6dfa1df8ce14ea541037903b9259fd403065

Contents?: true

Size: 258 Bytes

Versions: 18

Compression:

Stored size: 258 Bytes

Contents

require 'test/unit'
require 'webmock/test_unit'

require 'mollie'

Mollie::Client.configure do |config|
  config.api_key = 'test_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM'
end

def read_fixture(path)
  File.read(File.join(File.dirname(__FILE__), 'fixtures', path))
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
mollie-api-ruby-4.14.0 test/helper.rb
mollie-api-ruby-4.7.1 test/helper.rb
mollie-api-ruby-4.7.0 test/helper.rb
mollie-api-ruby-4.6.2 test/helper.rb
mollie-api-ruby-4.6.1 test/helper.rb
mollie-api-ruby-4.6.0 test/helper.rb
mollie-api-ruby-4.5.0 test/helper.rb
mollie-api-ruby-4.4.1 test/helper.rb
mollie-api-ruby-4.4.0 test/helper.rb
mollie-api-ruby-4.3.1 test/helper.rb
mollie-api-ruby-4.3.0 test/helper.rb
mollie-api-ruby-4.2.0 test/helper.rb
mollie-api-ruby-4.1.5 test/helper.rb
mollie-api-ruby-4.1.4 test/helper.rb
mollie-api-ruby-4.1.3 test/helper.rb
mollie-api-ruby-4.1.2 test/helper.rb
mollie-api-ruby-4.1.1 test/helper.rb
mollie-api-ruby-4.1.0 test/helper.rb