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 global test helpers. #579

Merged
merged 1 commit into from
May 4, 2014

Conversation

abuiles
Copy link
Member

@abuiles abuiles commented May 3, 2014

Remove in favor of using http://api.qunitjs.com/equal/ http://api.qunitjs.com/strictEqual/. I started https://github.com/abuiles/ember-test-helpers to maintain helpers which are not attached to any testing framework and can be used across different projects.

@@ -13,6 +13,7 @@
* [ENHANCEMENT] Files added by ember-cli should not needed to be specified in `Brocfile.js`. [#534](https://github.com/stefanpenner/ember-cli/pull/534)
* [ENHANCEMENT] Ensure minified output is using `compress` and `mangle` options with `uglify-js`. [#564](https://github.com/stefanpenner/ember-cli/pull/564)
* [BUGFIX] Update to Broccoli 0.10.0. This should resolve the primary issue `ember-cli` has on `Windows`. [#578](https://github.com/stefanpenner/ember-cli/pull/578)
* [ENHANCEMENT] Remove global defined helpers related with in favor of exporting them from `ember-qunit` and `ember-test-helpers`. [#579](https://github.com/stefanpenner/ember-cli/pull/579)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"related with in favor of" sounds odd. Could you reword this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rjackson this is a typo, I thing I was going to write something else.

@rwjblue
Copy link
Member

rwjblue commented May 3, 2014

Does this need to wait until emberjs/ember-qunit#46 is merged and published?

@abuiles
Copy link
Member Author

abuiles commented May 3, 2014

I'll fix the wording.

  1. I think so

I'll also try to expand on the idea behind "ember-test-helpers".

Sent from Mailbox for iPhone

On Sat, May 3, 2014 at 1:05 PM, Robert Jackson notifications@github.com
wrote:

Does this need to wait until emberjs/ember-qunit#46 is merged and published?

Reply to this email directly or view it on GitHub:
#579 (comment)

@abuiles
Copy link
Member Author

abuiles commented May 3, 2014

@rjackson fixed typo, need to rebase.

@abuiles
Copy link
Member Author

abuiles commented May 4, 2014

@rjackson @stefanpenner per comment on emberjs/ember-qunit#46, this is good to go.

rwjblue added a commit that referenced this pull request May 4, 2014
@rwjblue rwjblue merged commit b683935 into ember-cli:master May 4, 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