module('Acceptance: Signin', {
  beforeEach: function() {
    window.localStorage.clear();
    application = startApp();
  },