Category Topics are no longer invisible, they are pinned.

This commit is contained in:
Robin Ward
2013-03-07 12:45:49 -05:00
parent c7359145aa
commit 052887c296
4 changed files with 16 additions and 9 deletions

View File

@ -99,8 +99,12 @@ describe Category do
@topic.category.should == @category
end
it 'is an invisible topic' do
@topic.should_not be_visible
it 'is a visible topic' do
@topic.should be_visible
end
it 'is pinned' do
@topic.pinned_at.should be_present
end
it 'is an undeletable topic' do