Skip to content

Commit

Permalink
minor test change
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Feb 7, 2012
1 parent b55f9e4 commit ddfc497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/render.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe 'render', ->

describe '(html)', ->

it 'should render <br> tags correctly', (done) ->
it 'should render <br /> tags correctly', (done) ->
str = "<br />"
html(str).should.equal '<br />'
done()
Expand Down

0 comments on commit ddfc497

Please sign in to comment.