Changing spec to pending because it hasn't been implemented yet
This commit is contained in:
parent
fd0902abb4
commit
2a24de2ba7
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@ describe User do
|
||||||
user.raw_visible_posts.first.message.should == "store this!"
|
user.raw_visible_posts.first.message.should == "store this!"
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'overites another persons profile' do
|
it 'overites another persons profile' do
|
||||||
|
pending "don't allow profile overwriting"
|
||||||
profile = user2.profile.clone
|
profile = user2.profile.clone
|
||||||
profile.first_name = "Not BOB"
|
profile.first_name = "Not BOB"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue