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

            assert.equal( false, conventionTest( '$const_name_like_this =' ) )
            assert.equal( false, conventionTest( '.class_name_like_this' ) )