v0.0.12
Update notes:
-
Before, the following was part of the install:
Testing
In your
tests/helpers/start-app.js
,import pretenderifyTesting from '../../ember-pretenderify/testing'; export default function startApp(attrs) { ... pretenderifyTesting.setup(application); return application; }
You no longer need this code, so just delete it all from the
start-app
file. The server will automatically instantiate via the initializer during tests.
Changes:
- fixed bug with stub#delete (so it works more than once. hah.)
- instantiate server in initializer