-
With the new emberjs/rfcs#232 RFC, the error message when Factory Guy can't access the application instance is wrong.
This
```
Assertion Failed: [ember-data-factory-guy] FactoryGuy does not have …
-
This the provided case fails because it is using the real session service provided by ember simple auth
https://github.com/alexander-alvarez/ember-cli-qunit-service-registering/compare/572fae2
Remov…
-
Is this the right project to report this error on? Not sure what is going wrong here. Thanks!
- node: 8.10.0
- v8: 6.2.414.50
ERROR Summary:
- broccoliBuilderErrorStack: TypeError: C…
-
## Version **4.3.1** of [ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit) was just published.
Branch
Build failing 🚨
Dependency
…
-
Hi, I met the problem when I use this addon with ember-cli-qunit 3.1 based on ember-cli 2.12. I found that it throws the error which the resolver in the test helper is undefined. I tried to upgrade em…
-
This seems like the same issue as emberjs/ember-qunit#269, but this is happening in a fresh `ember-cli` project, which does not explicitly install `ember-qunit`.
I noticed that `ember-cli-qunit` d…
-
## Version **4.3.0** of [ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit) was just published.
Branch
Build failing 🚨
Dependency
…
-
## Version **4.3.0** of [ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit) was just published.
Branch
Build failing 🚨
Dependency
…
-
Not sure if the docs are outdated but adding `import './responsive';` in `start-app` results in error because `tests/helpers/responsive.js` is not generated.
-
So, I'm trying to test my application and can't find the proper way to use the acceptance helpers, because the API now needs the "app" parameter and I can't find anywhere what is this attribute for. I…