User.full_name should not contain just a space when first_name and
authorWard Vandewege <ward@curoverse.com>
Tue, 22 Apr 2014 20:55:34 +0000 (16:55 -0400)
committerWard Vandewege <ward@curoverse.com>
Tue, 22 Apr 2014 20:55:34 +0000 (16:55 -0400)
commitf03e21f7d50e34e7f7f7e7f570e8604fbd4d27da
treec1746aa4aaeef6b04d8f62064fa01c30683faab0
parent35295980b918232db8a8f3321e3bf02729e26c9f
User.full_name should not contain just a space when first_name and
last_name are not set.

Add a test for that, too.
services/api/app/models/user.rb
services/api/test/unit/user_test.rb