Skip to content
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

Avoid bind-attr in tests for newer Ember #51

Conversation

bantic
Copy link
Contributor

@bantic bantic commented Jun 2, 2016

Ember 1.13 deprecated bind-attr, and Ember 2.0 removed it. This causes
the tests to fail in the ember-release, ember-beta and ember-canary
scenarios. The '1.10.1' scenario will fail if bind-attr is removed,
though. This modifies the x-favicon.hbs template to conditionally use
bind-attr only when it must.

Ember 1.13 deprecated bind-attr, and Ember 2.0 removed it. This causes
the tests to fail in the ember-release, ember-beta and ember-canary
scenarios. The '1.10.1' scenario will fail if `bind-attr` is removed,
though. This modifies the `x-favicon.hbs` template to conditionally use
`bind-attr` when it must.
@bantic bantic force-pushed the remove-bind-attr-for-current-ember-tests branch from 6f92641 to 5109510 Compare June 2, 2016 15:01
@chrislopresto chrislopresto merged commit fe31eff into yapplabs:master Jun 2, 2016
@chrislopresto
Copy link
Contributor

Thanks!

@bantic
Copy link
Contributor Author

bantic commented Jun 2, 2016

👍 thanks for the merge :)

@bantic bantic deleted the remove-bind-attr-for-current-ember-tests branch June 2, 2016 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants