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

Update ember-test-helpers to 0.4.1. #159

Merged
merged 1 commit into from
Mar 24, 2015
Merged

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Mar 24, 2015

  • Fixes issue with moduleForModel incorrctly sharing this.store() and this.subject() across tests.
  • Changes moduleForComponent's this.render() to no longer returns the view's element (you must call this.$() or this.subject().$()).

* Fixes issue with `moduleForModel` incorrctly sharing `this.store()`
  and `this.subject()` across tests.
* Changes `moduleForComponent`'s `this.render()` to no longer returns
  the view's element (you must call `this.$()` or `this.subject().$()`).
rwjblue added a commit that referenced this pull request Mar 24, 2015
@rwjblue rwjblue merged commit 6cffb28 into master Mar 24, 2015
@rwjblue rwjblue deleted the update-ember-test-helpers branch March 24, 2015 11:49
@pmdarrow
Copy link

👍

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