Skip to content
Extraits de code Groupes Projets
Valider 8f1a6f50 rédigé par Raphael Sofaer's avatar Raphael Sofaer
Parcourir les fichiers

Change equals to sort-of-equals

parent 6e78d6f6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -147,7 +147,7 @@ describe PeopleController do ...@@ -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
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter