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

Update ember-cli-qunit. #1877

Merged
merged 1 commit into from
Sep 5, 2014
Merged

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Sep 5, 2014

ember-cli/ember-cli-qunit#13 has been merged and released in 0.1.0.

This updates to that version.

@rwjblue rwjblue force-pushed the update-ember-cli-qunit branch from 47f376f to d9a3b4f Compare September 5, 2014 04:10
@jakecraige
Copy link
Member

0.1.0 published to npm

@rwjblue rwjblue changed the title [WIP] Update ember-cli-qunit. Update ember-cli-qunit. Sep 5, 2014
rwjblue added a commit that referenced this pull request Sep 5, 2014
@rwjblue rwjblue merged commit e4e13cc into ember-cli:master Sep 5, 2014
@rwjblue rwjblue deleted the update-ember-cli-qunit branch September 5, 2014 04:19
@beerlington
Copy link

@rwjblue ember test hangs indefinitely on one of my specs after upgrading to 0.0.43. It seems to be related to qunit 1.15.0, since changing to 1.14.0 fixes the issue. The spec that it's hanging on is one of the auto-generated model tests and seems to stem from the needs['model:moment'] line. If I remove that and the corresponding hasMany ember-data relationship from my model, the tests run fine in 1.15.0. Any thoughts?

import { test, moduleForModel } from 'ember-qunit';

moduleForModel('kid', 'Kid', {
  // Specify the other units that are required for this test.
  needs: ['model:moment']
});

test('it exists', function() {
  var model = this.subject();
  // var store = this.store();
  ok(model);
});

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