Sha256: b77cc0f4ef7a0fe596a84a63a38ec04f0dea1230c6c5494e296c9f6b2ce8d657
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 Bytes
Contents
RSpec.describe Hubspot do describe ".configure" do it "delegates .configure to Hubspot::Config.configure" do options = { hapikey: "demo" } allow(Hubspot::Config).to receive(:configure).with(options) Hubspot.configure(options) expect(Hubspot::Config).to have_received(:configure).with(options) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hubspot-api-ruby-0.9.0 | spec/lib/hubspot-ruby_spec.rb |
hubspot-api-ruby-0.8.1 | spec/lib/hubspot-ruby_spec.rb |
hubspot-api-ruby-0.8.0 | spec/lib/hubspot-ruby_spec.rb |