Skip to content

Commit ba94a1c

Browse files
committed
Add assertion for .associate
1 parent 1253030 commit ba94a1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/model/create.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ const _ = require('lodash');
210210
.src(Support.resolveSupportPath('tmp', 'models'))
211211
.pipe(helpers.readFile('user.js'))
212212
.pipe(helpers.ensureContent(targetContent))
213+
.pipe(helpers.ensureContent('.associate'))
213214
.pipe(helpers.teardown(done));
214215
});
215216
});

0 commit comments

Comments
 (0)