-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Ember CLI 0.2.3 #107
Conversation
I updated the addon install command in the README and the application.hbs. |
@@ -18,6 +18,7 @@ indent_style = space | |||
indent_size = 2 | |||
|
|||
[*.hbs] | |||
insert_final_newline = false | |||
indent_style = space | |||
indent_size = 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/softlayer/sl-ember-test-helpers/pull/72/files changed "indent_size" property throughout this file in that repo but the same changes were not made here. We should be consistent across the repositories in this regard.
* component is rendered into the DOM is adhered to. | ||
*/ | ||
test( 'Renders as a span tag with no classes', function( assert ) { | ||
var component = this.subject({ translateService: translateService }), | ||
$component = this.render(); | ||
var component = this.subject({ translateService }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not need assignment to var
https://github.com/softlayer/sl-ember-translate#binding needs to be changed to reflect the "Binding" changes |
"glob": "^4.5.1", | ||
"sl-ember-test-helpers": "1.3.0" | ||
"ember-disable-prototype-extensions": "^1.0.0", | ||
"ember-try": "0.0.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this entry
Upgrade to Ember CLI 0.2.3
No description provided.