-
### Version of ember-let:
0.5.4
### Ember Version / Ember CLI Version:
**Ember Version:** 2.12.2
**Ember CLI Version:** 2.12.2
### Behavior
After upgrading from 2.10.0 to 2.12.2, `embe…
-
Need to get the ball rolling with some Qunit tests.
-
I got this error when following the setup [steps](https://github.com/thoughtbot/ember-cli-rails) on a Windows 8 PC in Bash GUI shell:
```
$ rake ember:install --trace
** Invoke ember:install (first_t…
-
-
When I add the addon to my `package.json` the environment of my app becomes `development` everywhere, where it used to be `test` when running `ember serve` and browsing to `localhost:4200/tests`.
I …
-
Hi,
We are trying to create a delete request using ember-pact-cli and mirage using the following steps:
`
let model = server.create('model', {
name: 'some model'
});
given('a model item ex…
-
## The devDependency [ember-qunit](https://github.com/emberjs/ember-qunit) was updated from `4.3.0` to `4.4.0`.
🚨 [View failing branch](https://github.com/geokrety/geokrety-frontend/compare/master..…
-
Installation is fine however cannot load project as there is a error:
fullcalendar.js:1330 Uncaught TypeError: Cannot read property 'extend' of undefined
at Object. (fullcalendar.js:1330)
…
-
Qunit no longer supports adding a test after the test run has finished. This was apparently never intentionally supported behavior in Qunit but we happened to be relying on it to inject the memory-lea…
-
Using Ember-cli setup with mocha/chai as my test runner and assertions lib (using ember-cli-mocha), I have a simple model class looking like this :
models/Address.js
```
import DS from "ember-data";…