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

blueprints/util-test: Add RFC232 variants #15947

Merged
merged 2 commits into from
Dec 9, 2017

Conversation

snewcomer
Copy link
Contributor

Progress on #15933

let result = fooBar();
assert.ok(result);
});
});
Copy link
Member

Choose a reason for hiding this comment

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

the files should end with a \n

@snewcomer snewcomer force-pushed the utils-rfc232 branch 2 times, most recently from a9ecfbd to c124386 Compare December 8, 2017 14:55
import { setupTest } from 'ember-qunit';

module('<%= friendlyTestName %>', function(hooks) {
setupTest(hooks);
Copy link
Member

Choose a reason for hiding this comment

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

Hmm. In general I think that we probably don’t need this? I would expect utils to invoke the util method and test its inputs and outputs. Let’s remove setupTest here for now?

Copy link
Member

Choose a reason for hiding this comment

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

agreed 👍

@rwjblue rwjblue merged commit de69b1a into emberjs:master Dec 9, 2017
@rwjblue
Copy link
Member

rwjblue commented Dec 9, 2017

Thank you!!

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.

4 participants