removed old pending spec
This commit is contained in:
parent
4a88ac22c2
commit
b70cf713ec
1 changed files with 0 additions and 12 deletions
|
|
@ -170,17 +170,5 @@ describe Person do
|
|||
tom.real_name.include?("Hamiltom").should be true
|
||||
end
|
||||
|
||||
describe 'wall posting' do
|
||||
it 'should be able to post on another persons wall' do
|
||||
pending
|
||||
#user2 is in user's aspect, user is in aspect2 on user
|
||||
friend_users(@user, @aspect, @user2, @aspect2)
|
||||
|
||||
@user.person.post_to_wall(:person => @user2.person, :message => "youve got a great smile")
|
||||
@user.person.wall_posts.count.should == 1
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue