Merge pull request #147 from xuwei-k/AccountServiceSpec

add AccountServiceSpec
This commit is contained in:
Naoki Takezoe
2013-10-21 09:01:11 -07:00
3 changed files with 105 additions and 0 deletions

View File

@@ -132,3 +132,5 @@ trait AccountService {
.list
}
object AccountService extends AccountService