fixing controller test

This commit is contained in:
maxwell 2010-11-09 16:55:54 -08:00
parent 71da954a76
commit 4037ae9f33

View file

@ -15,6 +15,7 @@ describe StatusMessagesController do
before do
friend_users(user, aspect, user2, aspect2)
request.env["HTTP_REFERER"] = ""
sign_in :user, user
@controller.stub!(:current_user).and_return(user)
end