Sha256: 70fe9773728cfffb592ccb8bd4a32b2909c2b39e2fff6996c477c6f0d6d55704

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

require 'spec_helper'
require 'linkedin-scraper'


describe Linkedin::Profile do
  describe "::get_profile" do
    it "Create an instance of profile class and populate it will all details" do
      @profile = Linkedin::Profile.get_profile("http://www.linkedin.com/in/jeffweiner08")
      @profile.first_name.should == "Jeff"
      #other parameters may change with time
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
linkedin-scraper-0.0.8 spec/linkedin-scraper/profile_spec.rb