-
Notifications
You must be signed in to change notification settings - Fork 33
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
Testing EPF on ember-cli? #133
Comments
There is an equivalent epf method: Ep.setupContainer
|
Great! I'm setting up EPF w/ ember-qunit & Ember-Cli In ember-qunit moduleForModel I replaced the call to My solution is to manually set Ep.setupContainer(container);
Ep.__container__ = container; Is this expected behavior? |
This makes sense. Soon I am going to be removing the need to set On Fri, May 23, 2014 at 8:23 AM, Devon Hinton [email protected]:
Gordon L. Hempton |
Ah Cool, thanks for responding 😄 |
@devmanhinton Did you ever get EPF set up and working with ember-cli? I have been trying various ways to include it from the bower build 0.3.5 with no luck. Lots of undefined errors... |
Hmmmm @Genkilabs We did get EPF working w/ ember-cli (though we never got around to specs before the project had to be released). @yaymukund did a lot of this setup -- perhaps he remembers more of the steps? |
It looks like
ember-cli
callsDS._setupContainer
to setup tests. Is there a recommended way to do this with EPF yet?The text was updated successfully, but these errors were encountered: