Sha256: e1264b81fd15e8bd17ccccd872af2a82fe26792ce2febd5f975e345d6a8c6a35

Contents?: true

Size: 161 Bytes

Versions: 1

Compression:

Stored size: 161 Bytes

Contents

# frozen_string_literal: true

module SpecHelpers
  module Client
    def client
      FinAppsCore::REST::Client.new :tenant_id, :tenant_token
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
finapps_core-2.1.1 spec/spec_helpers/client.rb