Skip to content

Commit

Permalink
add placeholder test-case to rework.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 16, 2013
1 parent 041f8e5 commit e50f25b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/rework.js
Expand Up @@ -55,6 +55,13 @@ describe('rework', function(){
.toString()
.should.equal(fixture('extend.nested.out').trim());
})

it('should support placeholder selectors', function(){
rework(fixture('extend.nested.placeholder'))
.use(rework.extend())
.toString()
.should.equal(fixture('extend.nested.placeholder.out').trim());
})
})

describe('.colors()', function(){
Expand Down

0 comments on commit e50f25b

Please sign in to comment.