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

Remove unnecessary #ember-testing append in moduleFor. #19

Merged
merged 1 commit into from
Mar 28, 2014
Merged

Remove unnecessary #ember-testing append in moduleFor. #19

merged 1 commit into from
Mar 28, 2014

Conversation

omghax
Copy link
Contributor

@omghax omghax commented Mar 27, 2014

I noticed that moduleFor was creating a new #ember-testing div on each test. Additionally, these divs are not even used for testing (the Ember app is set up to render to the #ember-testing-container > #ember-testing div).

This fixes an issue with Ember App Kit where a new #ember-testing div
would be created for every test defined by moduleFor.
ryanflorence added a commit that referenced this pull request Mar 28, 2014
Remove unnecessary #ember-testing append in moduleFor.
@ryanflorence ryanflorence merged commit d5097e1 into emberjs:master Mar 28, 2014
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