Sha256: 4fdb6699663d9b3ef7fcfa45e198838447c26f48c06a42a12d3087c61258ed9a

Contents?: true

Size: 284 Bytes

Versions: 7

Compression:

Stored size: 284 Bytes

Contents

require File.join(File.dirname(__FILE__), "..", "spec_helper.rb")

module Crunchbase
  describe Location, :vcr  do
    subject { Location.list(1) }

    it_has_behavior 'pagination'

    # it "return location lists" do
    #   puts results.items.first(3).inspect
    # end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
crunchbase_v2-1.1.6 spec/crunchbase/location_spec.rb
crunchbase_v2-1.1.5 spec/crunchbase/location_spec.rb
crunchbase_v2-1.1.4 spec/crunchbase/location_spec.rb
crunchbase_v2-1.1.3 spec/crunchbase/location_spec.rb
crunchbase_v2-1.1.2 spec/crunchbase/location_spec.rb
crunchbase_v2-1.1.1 spec/crunchbase/location_spec.rb
crunchbase_v2-1.1.0 spec/crunchbase/location_spec.rb