Merge pull request #186 from albertoleal/RemoveUnnecessaryLines
Remove unnecessary lines
This commit is contained in:
commit
1717729efc
|
@ -46,7 +46,6 @@ describe('app', function() {
|
|||
});
|
||||
|
||||
it('uses plural name as shared class name', function() {
|
||||
loopback.compat.usePluralNamesForRemoting = true;
|
||||
var Color = db.createModel('color', {name: String});
|
||||
app.model(Color);
|
||||
expect(app.remotes().exports).to.eql({ colors: Color });
|
||||
|
@ -57,7 +56,6 @@ describe('app', function() {
|
|||
app.model(Color);
|
||||
expect(app.remoteObjects()).to.eql({ colors: Color });
|
||||
});
|
||||
;
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue