Skip to content

Commit

Permalink
more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Aug 17, 2015
1 parent 0160872 commit 1e2f761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-cli-materialize/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {

afterInstall: function() {
return RSVP.all([
this.addPackageToProject('ember-composability', '~0.0.3'),
this.addPackageToProject('ember-composability', '~0.1.1'),
this.addPackageToProject('ember-radio-button', '1.0.7'),
this.addPackageToProject('ember-new-computed', '~1.0.0'),
this.addPackageToProject('ember-key-responder', '0.2.1'),
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/components/materialize-radios-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test('deselecting checkbox works with multiple=false', function(assert) {

this.setProperties({
content: ['a', 'b', 'c'],
selection: 'b',
selection: 'b'
});

this.render(hbs `
Expand Down

0 comments on commit 1e2f761

Please sign in to comment.