Sha256: ed2ee486bd954f9931ca7c28f96f545855a6594ec4f570630708c53cd7dd0560

Contents?: true

Size: 166 Bytes

Versions: 6

Compression:

Stored size: 166 Bytes

Contents

module HubspotApiHelpers
  def hubspot_api_url(path)
    URI.join(Hubspot::Config.base_url, path)
  end
end

RSpec.configure do |c|
  c.include HubspotApiHelpers
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hubspot-ruby-0.9.0 spec/support/hubspot_api_helpers.rb
hubspot-ruby-0.8.1 spec/support/hubspot_api_helpers.rb
hubspot-ruby-0.8.0 spec/support/hubspot_api_helpers.rb
hubspot-ruby-0.7.0 spec/support/hubspot_api_helpers.rb
hubspot-ruby-0.6.1 spec/support/hubspot_api_helpers.rb
hubspot-ruby-0.6.0 spec/support/hubspot_api_helpers.rb