Skip to content

Commit

Permalink
Update component-test test.js blueprint
Browse files Browse the repository at this point in the history
The component-test blueprint is the only test template to have comments in lowercase.
  • Loading branch information
simonprev committed Mar 9, 2015
1 parent 15cda78 commit 794513b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ moduleForComponent('<%= dasherizedModuleName %>', {
test('it renders', function(assert) {
assert.expect(2);

// creates the component instance
// Creates the component instance
var component = this.subject();
assert.equal(component._state, 'preRender');

// renders the component to the page
// Renders the component to the page
this.render();
assert.equal(component._state, 'inDOM');
});

0 comments on commit 794513b

Please sign in to comment.