Sha256: 3ff26f0d6903c9b4fcb6d93f2721d2643c7d0b05412576715440e6615e6222d6

Contents?: true

Size: 490 Bytes

Versions: 18

Compression:

Stored size: 490 Bytes

Contents

describe "Jasmine Teabag.Reporters.HTML", ->

  beforeEach ->
    spyOn(Teabag.Reporters.HTML.prototype, "build")
    @reporter = new Teabag.Reporters.HTML()

  describe "#readConfig", ->

    it "sets jasmine.CATCH_EXCEPTIONS", ->
      @reporter.readConfig()
      expect(jasmine.CATCH_EXCEPTIONS).toBe(@reporter.config["use-catch"])


  describe "#envInfo", ->

    it "returns jasmine version information", ->
      expect(@reporter.envInfo()).toBe("jasmine 1.3.1 revision 1354556913")

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
teabag-0.7.3 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.7.2 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.7.1 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.7.0 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.6.0 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.5.5 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.5.4 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.5.3 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.5.2 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.5.1 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.5.0 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.4.6 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.4.5 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.4.4 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.4.3 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.4.2 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.4.1 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.4.0 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee