Fix coding style

This commit is contained in:
Anatoliy Chakkaev 2012-06-02 22:42:22 +04:00
parent 2dae68b5e0
commit 2bff27fe2d
1 changed files with 2 additions and 0 deletions

View File

@ -91,3 +91,5 @@ it "should trigger after destroy", (test) ->
User.create (err, user) ->
user.destroy()
it 'allows me to modify attributes before saving', (test) ->
test.done()