Remove only

Signed-off-by: Clark Wang <clark.wangs@gmail.com>
This commit is contained in:
Clark Wang 2014-09-03 11:30:32 +08:00
parent 69b01b23f9
commit 902885c3f8
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ describe('relations', function () {
});
});
describe.only('hasMany through between same model', function () {
describe('hasMany through between same model', function () {
var User, Follow, Address;
before(function (done) {