Skip to content

Commit

Permalink
update grid test
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Oct 27, 2015
1 parent d18ae55 commit a48116e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/specs/collections/Grid/Grid-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {Grid} from 'stardust';

describe('Grid', () => {
it('renders its children', () => {
render(<Grid><br /></Grid>).findClass('sd-grid').props.children.type.should.equal('br');
render(<Grid>check it out</Grid>)
.assertText('check it out');
});
});

0 comments on commit a48116e

Please sign in to comment.