Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Suggestions #56

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Conversation

kennethlynne
Copy link

No description provided.

@slnode
Copy link

slnode commented Jun 17, 2015

Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test."

@@ -141,7 +174,7 @@ _beforeEach.givenUser = function(attrs, optionalHandler) {
_beforeEach.givenUserWithRole = function (attrs, role, optionalHandler) {
_beforeEach.givenUser(attrs, function (done) {
var test = this;
test.app.models.Role.findOrCreate({name: role}, function (err, result) {
test.app.models[this.roleModel].findOrCreate({name: role}, function (err, result) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should fall back on app.models.Role for backwards compatibility.

@ritch
Copy link
Contributor

ritch commented Jun 26, 2015

Can you sign the CLA?

@kennethlynne
Copy link
Author

If I only knew where to find it?

@kennethlynne
Copy link
Author

@AlmaasAre can you also sign the CLA? https://cla.strongloop.com/agreements/strongloop/loopback-testing

@arealmaas
Copy link

Done!

@ainesophaur
Copy link

Is there any idea on how soon this can be merged ? I'm currently making tests and this has been one of the drawbacks I've found.

@kennethlynne
Copy link
Author

@ainesophaur in the mean time you are aware you can install it before it is merged?
npm install --save https://github.com/EdtechFoundry/loopback-testing.git

@ainesophaur
Copy link

Yes that's the current solution I'm doing. I was just hoping to not have to
change it back later if it was something actively being done.
On Jun 26, 2015 10:01 PM, "Kenneth Lynne" notifications@github.com wrote:

@ainesophaur https://github.com/ainesophaur in the mean time you are
aware you can install it before it is merged?
npm install --save https://github.com/EdtechFoundry/loopback-testing.git


Reply to this email directly or view it on GitHub
#56 (comment)
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

None yet

6 participants