spec/javascripts/teabag/mocha/reporters/html_mspec.coffee in teabag-0.5.5 vs spec/javascripts/teabag/mocha/reporters/html_mspec.coffee in teabag-0.6.0

- old
+ new

@@ -27,10 +27,10 @@ describe "#envInfo", -> it "returns the version", -> - expect(@reporter.envInfo()).to.be("mocha 1.7.4") + expect(@reporter.envInfo()).to.be("mocha 1.8.1") describe "Mocha Teabag.Reporters.HTML.SpecView", -> describe "#updateState", ->