Sha256: cf2afd77dddb3905efe45a7e679df1265350d10c1e7ad325bf90ed2cf2d6f0f2
Contents?: true
Size: 341 Bytes
Versions: 18
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Frodo::AbstractClient do subject { described_class } it { should < Frodo::Concerns::Base } it { should < Frodo::Concerns::Connection } it { should < Frodo::Concerns::Authentication } it { should < Frodo::Concerns::Caching } it { should < Frodo::Concerns::API } end
Version data entries
18 entries across 18 versions & 1 rubygems