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

- old
+ new

@@ -20,8 +20,10 @@ @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.gender.should == 2 @profile.profile_url.should == "http://www.facebook.com/pavel.galeta" + @profile.works.should == [] + @profile.works?.should == true end end end \ No newline at end of file