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 Docs #320

Merged
merged 4 commits into from
Mar 12, 2018
Merged

Update Docs #320

merged 4 commits into from
Mar 12, 2018

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Mar 12, 2018

mostly based on emberjs/ember-mocha#200

Thanks a lot @simonihmig!!

@rwjblue rwjblue merged commit f3f29d4 into emberjs:master Mar 12, 2018
@rwjblue rwjblue mentioned this pull request Mar 12, 2018
this.render();
assert.equal(this.$('.foo').text(), 'bar');
});
setApplication(Application.create(config.APP));
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the start() call is missing here. I removed it from the ember-mocha docs, because there is no for mocha. But this here should match the file from the latest blueprints: https://github.com/ember-cli/ember-cli/blob/master/blueprints/app/files/tests/test-helper.js

@@ -1,256 +1,170 @@
# ember-qunit [![Build Status](https://travis-ci.org/emberjs/ember-qunit.svg)](https://travis-ci.org/emberjs/ember-qunit)
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove the Travis badge here?

@simonihmig
Copy link
Contributor

Oh, @rwjblue was again too fast for me! 😝

The start() call should be added though, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants