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

Create own tree for tests files and avoid testing files on ENV=productio... #424

Merged
merged 1 commit into from Apr 23, 2014

Conversation

abuiles
Copy link
Member

@abuiles abuiles commented Apr 23, 2014

...n (closes #409).

@@ -143,14 +134,29 @@ EmberApp.prototype.styles = memoize(function() {
return preprocessCss(this.appAndDependencies(), this.name + '/styles', '/assets');
});

EmberApp.prototype.testsFiles = memoize(function() {
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't want to tie people here to qunit, so rather that qunitFiles -> testFiles... (could be confusing)

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Member

Choose a reason for hiding this comment

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

Should it be testFiles (currently it is testsFiles), as the others seem to only pluralize the files part...

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 makes sense, updating.

@stefanpenner
Copy link
Contributor

update commit message: [fixes #409]

@abuiles
Copy link
Member Author

abuiles commented Apr 23, 2014

@stefanpenner done.

@abuiles
Copy link
Member Author

abuiles commented Apr 23, 2014

@rjackson thanks for pointing that out, fixed.

stefanpenner added a commit that referenced this pull request Apr 23, 2014
Create own tree for tests files and avoid testing files on ENV=productio...
@stefanpenner stefanpenner merged commit 5645798 into ember-cli:master Apr 23, 2014
@stefanpenner
Copy link
Contributor

👍

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.

fix qunit
3 participants