mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 13:17:52 +08:00
remove uneeded specs
This commit is contained in:
@ -1144,7 +1144,6 @@ describe Topic do
|
||||
it 'is a regular topic by default' do
|
||||
expect(topic.archetype).to eq(Archetype.default)
|
||||
expect(topic.has_summary).to eq(false)
|
||||
expect(topic.percent_rank).to eq(1.0)
|
||||
expect(topic).to be_visible
|
||||
expect(topic.pinned_at).to be_blank
|
||||
expect(topic).not_to be_closed
|
||||
|
Reference in New Issue
Block a user