Topic Statuses need to be updated by those who have access. I have self flaggelated

as punishment for checking in broken specs before running out earlier.
This commit is contained in:
Robin Ward 2013-03-29 02:38:54 -04:00
parent 621c89d396
commit a0867bff24

View file

@ -543,6 +543,7 @@ describe Topic do
@topic.reload
@original_bumped_at = @topic.bumped_at.to_f
@user = @topic.user
@user.admin = true
end
context 'visibility' do