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