it( 'undefined if line has no comment', function() {
            app.state.hasComment = false
            assert.equal( undefined, commentSpaceTest( '', '.test' ) )
        } )