it( 'true if whitespace found', function() {
            assert.ok( whitespaceTest( '', 'margin 0 auto    ' ) )
            assert.ok( whitespaceTest( '', 'margin 0 auto ' ) )
        } )