Skip to content

Commit

Permalink
fixed an issue with the panel spec (check tests guys!)
Browse files Browse the repository at this point in the history
  • Loading branch information
jejacks0n committed Mar 18, 2012
1 parent cd2744f commit 8b370e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/javascripts/mercury/panel_spec.js.coffee
Expand Up @@ -22,7 +22,7 @@ describe "Mercury.Panel", ->
html = $('<div>').html(@panel.element).html()
expect(html).toContain('class="mercury-panel loading"')
expect(html).toContain('style="display:none;"')
expect(html).toContain('<h1><span>foo panel<span></span></span></h1><div class="mercury-panel-pane"></div>')
expect(html).toContain('<h1><span>foo panel</span></h1><div class="mercury-panel-pane"></div>')
expect(html).not.toContain('class="mercury-panel-close"')

it "appends to any element", ->
Expand Down

0 comments on commit 8b370e3

Please sign in to comment.