Skip to content

v0.0.12

Compare
Choose a tag to compare
@samselikoff samselikoff released this 12 Feb 20:10
· 2250 commits to master since this release

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