不要怂,就是干,撸起袖子干!

Commit d828c797 by Mick Hansen

Remove .only courtesy of @janmeier <3

1 parent 07f70454
Showing with 1 additions and 1 deletions
......@@ -40,7 +40,7 @@ describe(Support.getTestDialectTeaser('Model'), function() {
});
if (current.dialect.supports.upserts) {
describe.only('upsert', function() {
describe('upsert', function() {
it('works with upsert on id', function() {
return this.User.upsert({ id: 42, username: 'john' }).bind(this).then(function(created) {
if (dialect === 'sqlite') {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!