spec/javascripts/teabag/mocha/reporters/html_mspec.coffee in teabag-0.3.6 vs spec/javascripts/teabag/mocha/reporters/html_mspec.coffee in teabag-0.4.0

- old
+ new

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