From a48116ebdd059c282393d9d1bee62912ef099c2d Mon Sep 17 00:00:00 2001 From: levithomason Date: Tue, 27 Oct 2015 14:29:19 -0700 Subject: [PATCH] update grid test --- test/specs/collections/Grid/Grid-test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/specs/collections/Grid/Grid-test.js b/test/specs/collections/Grid/Grid-test.js index d82316391b..6d2295cf00 100644 --- a/test/specs/collections/Grid/Grid-test.js +++ b/test/specs/collections/Grid/Grid-test.js @@ -3,6 +3,7 @@ import {Grid} from 'stardust'; describe('Grid', () => { it('renders its children', () => { - render(
).findClass('sd-grid').props.children.type.should.equal('br'); + render(check it out) + .assertText('check it out'); }); });