# frozen_string_literal: true

require 'test_helper'

class PaymentTestTest < ActiveSupport::TestCase
  test 'can load PaymentTest module' do
    assert_kind_of Module, PaymentTest
  end
end