emberjs / guides

This repository is DEPRECATED!
https://github.com/ember-learn/guides-source
Other
283 stars 873 forks source link

In ember tutorials: acceptance tests now fail after Mirage is added #2272

Closed algo74 closed 6 years ago

algo74 commented 6 years ago

Mirage does not start by default during tests.

I had to add setupMirage(hooks); to make it work again

some helpful info: https://stackoverflow.com/questions/49215315/mirage-responds-404-on-acceptances-tests

toddjordan commented 6 years ago

Good catch... The tutorial was made with 0.4.1, which worked as is, but it looks like 0.4.2 requires the extra call.

acorncom commented 6 years ago

Fixed by #2290