Correct error in User spec (wincent.dev, d55c2c6)
Should have been using delete_all, not delete(:all); the delete method expects as a parameter the id of the row to be deleted.
Signed-off-by: Greg Hurrell <greg@hurrell.net>
Should have been using delete_all, not delete(:all); the delete method expects as a parameter the id of the row to be deleted.
Signed-off-by: Greg Hurrell <greg@hurrell.net>