Build with ember-testing package included?

When I look through the latest ember builds, at the time of this writing, this one: http://builds.emberjs.com/ember-3ec3711ac8942cd1ea11958bea410a1dfb8b6f59.js

In the notes I see: +* Include ember-testing in full build here: https://github.com/emberjs/ember.js/commit/v1.0.0-rc.3

I don’t see that the latest ember-testing submodule is included in the build. I’m missing something here.

What is the best way to get a build with ember-testing package included?

Let me clarify … I assume I could build myself, but not sure why the comments say its included in rc3 - but I dont see it in the builds.

They’re included in RC3: http://builds.emberjs.com.s3.amazonaws.com/ember-1.0.0-rc.3.js

You can also use the latest build: http://builds.emberjs.com.s3.amazonaws.com/ember-latest.js

You can verify by searching for setupForTesting.

Ah cool, was searching for the commenting ‘ember-testing’ - got it. Thanks!

@ebryn do you have some examples of ember-testing usage?

Here’s an example setup: https://github.com/ebryn/bloggr-client-rails/blob/master/test/javascripts/

2 Likes