Sha256: 9c746465772840c90082146854b3dfeafc04392f79b8043e3f3bbaf2f43dbc77
Contents?: true
Size: 372 Bytes
Versions: 9
Compression:
Stored size: 372 Bytes
Contents
require 'spec_helper' describe Wikidata do let(:options) { { request: { timeout: 10 } } } let(:builder) { -> (builder) { builder.use :excon } } it 'should be configurable' do Wikidata.configure do |c| c.options = options c.faraday = builder end Wikidata.options.should be options Wikidata.faraday.should be builder end end
Version data entries
9 entries across 9 versions & 1 rubygems