Change equals to sort-of-equals
This commit is contained in:
parent
6e78d6f6c5
commit
8f1a6f502e
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ describe PeopleController do
|
|||
|
||||
get :show, :id => @person.id
|
||||
|
||||
assigns[:posts].should == public_posts
|
||||
assigns[:posts].should =~ public_posts
|
||||
end
|
||||
end
|
||||
context "when the person is a contact of the current user" do
|
||||
|
|
|
|||
Loading…
Reference in a new issue