mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
fix spec
This commit is contained in:
parent
1f3c5cb656
commit
239d8b6795
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ test('destroy by staff', function() {
|
|||
var user = Discourse.User.create({username: 'staff', staff: true});
|
||||
var post = buildPost({user: user});
|
||||
|
||||
this.stub(Discourse, 'ajax');
|
||||
this.stub(Discourse, 'ajax').returns(new Em.Deferred());
|
||||
post.destroy(user);
|
||||
|
||||
present(post.get('deleted_at'), "it has a `deleted_at` field.");
|
||||
|
|
Loading…
Add table
Reference in a new issue