it( 'false if correct naming convention: lowercase-dash', function() {
            app.state.conf = 'lowercase-dash'

            assert.equal( false, conventionTest( '$var-name-like-this =' ) )
            assert.equal( false, conventionTest( '.class-name-like-this' ) )