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

Comments controller spec using fixtures

parent b580b7bd
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Affichage de
avec 116 ajouts et 2 suppressions
......@@ -35,7 +35,6 @@ describe CommentsController do
context "on a post from a contact" do
before do
connect_users(@user1, @aspect1, @user2, @aspect2)
@post = @user2.post :status_message, :message => 'GIANTS', :to => @aspect2.id
end
it 'comments' do
......@@ -57,7 +56,7 @@ describe CommentsController do
end
context 'on a post from a stranger' do
before do
@post = @user2.post :status_message, :message => 'GIANTS', :to => @aspect2.id
@post = eve.post :status_message, :message => 'GIANTS', :to => eve.aspects.first.id
end
it 'posts no comment' do
@user1.should_not_receive(:comment)
......
---
aspect_memberships_002:
created_at: 2011-01-18 18:44:07 Z
aspect_id: 1
updated_at: 2011-01-18 18:44:07 Z
contact_id: 2
id: 2
aspect_memberships_003:
created_at: 2011-01-18 18:44:07 Z
aspect_id: 2
updated_at: 2011-01-18 18:44:07 Z
contact_id: 3
id: 3
aspect_memberships_004:
created_at: 2011-01-18 18:44:07 Z
aspect_id: 3
updated_at: 2011-01-18 18:44:07 Z
contact_id: 4
id: 4
aspect_memberships_001:
created_at: 2011-01-18 18:44:07 Z
aspect_id: 2
updated_at: 2011-01-18 18:44:07 Z
contact_id: 1
id: 1
---
generic_1:
name: generic
mongo_id:
created_at: 2011-01-18 18:44:06 Z
updated_at: 2011-01-18 18:44:07 Z
id: 2
user_mongo_id:
user_id: 4
generic_2:
name: generic
mongo_id:
created_at: 2011-01-18 18:44:07 Z
updated_at: 2011-01-18 18:44:07 Z
id: 3
user_mongo_id:
user_id: 5
generic:
name: generic
mongo_id:
created_at: 2011-01-18 18:44:06 Z
updated_at: 2011-01-18 18:44:06 Z
id: 1
user_mongo_id:
user_id: 3
--- {}
---
contacts_003:
pending: false
mongo_id:
created_at: 2011-01-18 18:44:07 Z
updated_at: 2011-01-18 18:44:07 Z
id: 3
user_id: 4
person_id: 5
contacts_004:
pending: false
mongo_id:
created_at: 2011-01-18 18:44:07 Z
updated_at: 2011-01-18 18:44:07 Z
id: 4
user_id: 5
person_id: 4
contacts_001:
pending: false
mongo_id:
created_at: 2011-01-18 18:44:07 Z
updated_at: 2011-01-18 18:44:07 Z
id: 1
user_id: 4
person_id: 3
contacts_002:
pending: false
mongo_id:
created_at: 2011-01-18 18:44:07 Z
updated_at: 2011-01-18 18:44:07 Z
id: 2
user_id: 3
person_id: 4
--- {}
--- {}
--- {}
--- {}
--- {}
--- {}
--- {}
--- {}
--- {}
--- {}
--- {}
--- {}
--- {}
--- {}
--- {}
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