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

This only works in addon projects #56

Open
trabus opened this issue May 25, 2016 · 2 comments
Open

This only works in addon projects #56

trabus opened this issue May 25, 2016 · 2 comments

Comments

@trabus
Copy link
Contributor

trabus commented May 25, 2016

Due to the nature of how the emberApp helper sets up a test, and how blueprints are discovered, it's not currently possible to use blueprint test helpers inside a regular ember-cli app (the blueprint isn't able to be discovered in the temp project).

We should determine if adding support is desired or necessary, or if simply stating that it only works inside addons is okay.

@Turbo87
Copy link
Member

Turbo87 commented Jun 14, 2016

this seems like a rare edge case to me. if it's possible to support this without adding much more complexity to the project we should do it, but if it means that we have to double the complexity I wouldn't think it's worth it.

@runspired
Copy link

I think we need to revisit this for v2-addons.

SanderKnauff added a commit to SanderKnauff/ember-bootstrap that referenced this issue Jan 15, 2024
The node tests for the blueprints make use of ember-cli-blueprint-test-helpers.
Unfortunatly, this addon requires the tests to be in the same package as the blueprint files.

For more information see: ember-cli/ember-cli-blueprint-test-helpers#56
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

No branches or pull requests

3 participants