Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-13 03:20:54 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-13 03:21:03 +0400
commit14759b2c80f835c4f65bed739a6024f0ee4cb161 (patch)
tree4024f42316c0a512eef8c80d9c303c26b0c5f63d /spec
parent6f807f263a3c90edfcbfc1776875409ac5ef2a27 (diff)
Use person_link in notifications_helper, move hovercard css out to a file
Diffstat (limited to 'spec')
-rw-r--r--spec/controllers/people_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/people_controller_spec.rb b/spec/controllers/people_controller_spec.rb
index fa7e4d4ef..eadac9b60 100644
--- a/spec/controllers/people_controller_spec.rb
+++ b/spec/controllers/people_controller_spec.rb
@@ -296,6 +296,7 @@ describe PeopleController do
contacts = contact.contacts
get :contacts, :person_id => bob.person.id
assigns(:contacts_of_contact).should == contacts
+ response.should be_success
end
end