Sha256: 789e29feb2b08bffaee66f15c4de4053fdc0ff950e2dc9867ea975f375f41665

Contents?: true

Size: 490 Bytes

Versions: 7

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.0 revision 1354052693")

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
teabag-0.3.6 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.3.5 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.3.4 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.3.3 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.3.2 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.3.1 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee
teabag-0.3.0 spec/javascripts/teabag/jasmine/reporters/html_jspec.coffee