Sha256: cc39f538a414c5b8d6756bf041cd1dd6b3f268e330dbeb7e73c5037fececa73d
Contents?: true
Size: 258 Bytes
Versions: 30
Compression:
Stored size: 258 Bytes
Contents
RSpec.describe Percy::Client do describe 'config' do it 'returns the config object given when initialized' do config = Percy::Config.new client = Percy::Client.new(config: config) expect(client.config).to eq(config) end end end
Version data entries
30 entries across 30 versions & 1 rubygems