Sha256: 255ff55ce2f2392cfc7a469d7b9e93e4b711c989775971dfdf75d2b055732651
Contents?: true
Size: 483 Bytes
Versions: 17
Compression:
Stored size: 483 Bytes
Contents
# frozen_string_literal: true require 'spec_helpers/client' require 'rest/api_request' RSpec.describe FinApps::REST::PlaidInstitutionLogos do include SpecHelpers::Client # noinspection RubyBlockToMethodReference let(:api_client) { client } describe '#show' do subject(:show) do FinApps::REST::PlaidInstitutionLogos.new(api_client).show( :inst_id ) end it_behaves_like 'an API request' it_behaves_like 'a successful request' end end
Version data entries
17 entries across 17 versions & 1 rubygems