-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Update Docs #320
Conversation
this.render(); | ||
assert.equal(this.$('.foo').text(), 'bar'); | ||
}); | ||
setApplication(Application.create(config.APP)); |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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?
Oh, @rwjblue was again too fast for me! 😝 The |
mostly based on emberjs/ember-mocha#200
Thanks a lot @simonihmig!!