Change equals to sort-of-equals

This commit is contained in:
Raphael Sofaer 2011-03-11 13:41:08 -08:00
parent 6e78d6f6c5
commit 8f1a6f502e

View file

@ -147,7 +147,7 @@ describe PeopleController do
get :show, :id => @person.id get :show, :id => @person.id
assigns[:posts].should == public_posts assigns[:posts].should =~ public_posts
end end
end end
context "when the person is a contact of the current user" do context "when the person is a contact of the current user" do