narqo / bem-pr

A set of bem-make extenstions to wrap common infrastructure's tasks
12 stars 22 forks source link

block: 'mocha' should be with attribute id (BH) #92

Closed pavelpower closed 8 years ago

pavelpower commented 8 years ago

please look on this line

https://github.com/narqo/bem-pr/blob/master/spec.blocks/spec/spec.bh.js#L4

should be

module.exports = function(bh) {

bh.match('spec', function() {
    return { block : 'mocha', attrs: { id: 'mocha' } };
});

};