spec/providers/facebook_spec.rb in social_profile-0.1.4 vs spec/providers/facebook_spec.rb in social_profile-0.2.0

- old
+ new

@@ -17,10 +17,10 @@ end it "should parse profile" do @profile.name.should == "Pavel Galeta" @profile.email.should == "email@gmail.com" - @profile.picture_url.should == "http://profile.ak.fbcdn.net/hprofile-ak-prn1/41634_100000730417342_973_n.jpg" + # @profile.picture_url.should == "https://fbcdn-profile-a.akamaihd.net/hprofile-ak-prn2/t5.0-1/1116992_100000730417342_336985489_n.jpg" @profile.gender.should == 2 @profile.profile_url.should == "http://www.facebook.com/pavel.galeta" @profile.works.should == [] @profile.works?.should == true end \ No newline at end of file