Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Dec 1, 2016
2 parents 0e641ee + f2218fd commit eef82bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blueprints/app/files/tests/helpers/start-app.js
Expand Up @@ -5,8 +5,8 @@ import config from '../../config/environment';
export default function startApp(attrs) {
let application;

// use defaults, but you can override
let attributes = Ember.assign({}, config.APP, attrs);
let attributes = Ember.merge({}, config.APP);
attributes = Ember.merge(attributes, attrs); // use defaults, but you can override;

Ember.run(() => {
application = Application.create(attributes);
Expand Down

0 comments on commit eef82bb

Please sign in to comment.