diff --git a/spec/models/user/receive_spec.rb b/spec/models/user/receive_spec.rb index c8e4891de228fbc0ba5dcdf76c656c3d4b20cc8e..beca56c49cb9d7e22afb20b64c807f6955057ce3 100644 --- a/spec/models/user/receive_spec.rb +++ b/spec/models/user/receive_spec.rb @@ -17,7 +17,6 @@ describe User do before do friend_users(user, aspect, user2, aspect2) - friend_users(user, aspect, user3, aspect3) end it 'should be able to parse and store a status message from xml' do @@ -94,6 +93,10 @@ describe User do end describe 'comments' do + before do + friend_users(user, aspect, user3, aspect3) + end + it 'should correctly marshal a stranger for the downstream user' do post = user.post :status_message, :message => "hello", :to => aspect.id