mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
add another test
This commit is contained in:
parent
0fd1974838
commit
40882a9576
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ describe Draft do
|
|||
it 'can cleanup old' do
|
||||
user = Fabricate(:user)
|
||||
key = Draft::NEW_TOPIC
|
||||
|
||||
Draft.set(user,key,0,'draft')
|
||||
Draft.cleanup!
|
||||
expect(Draft.count).to eq 1
|
||||
|
||||
seq = DraftSequence.next!(user, key)
|
||||
|
||||
Draft.set(user,key,seq,'draft')
|
||||
|
|
Loading…
Add table
Reference in a new issue