Open jrschumacher opened 9 years ago
The assertion shouldBeAllowed is confusing. It says it should have a response 100-300, but to me this sounds more like the assertion should be named shouldBeNonError or something similar.
shouldBeAllowed
100-300
shouldBeNonError
https://github.com/strongloop/loopback-testing/blob/master/lib/helpers.js#L311-L318
The assertion
shouldBeAllowed
is confusing. It says it should have a response100-300
, but to me this sounds more like the assertion should be namedshouldBeNonError
or something similar.