Skip to content

Commit

Permalink
ember-cli 0.1.3 init
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Nov 30, 2014
1 parent b375a51 commit f89b8a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = function(environment) {
if (environment === 'test') {
// Testem prefers this...
ENV.baseURL = '/';
ENV.locationType = 'auto';
ENV.locationType = 'none';

// keep test console output quieter
ENV.APP.LOG_ACTIVE_GENERATION = false;
Expand Down
2 changes: 0 additions & 2 deletions tests/helpers/start-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ export default function startApp(attrs) {
App.injectTestHelpers();
});

App.reset(); // this shouldn't be needed, i want to be able to "start an app at a specific URL"

return App;
}
2 changes: 0 additions & 2 deletions tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
</style>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>

{{content-for 'body'}}
{{content-for 'test-body'}}
Expand Down

0 comments on commit f89b8a6

Please sign in to comment.