Sha256: 0b8ea9a6e6c961043676f5d7ccbd4121cea114bf02a1180c9279584aced6e723

Contents?: true

Size: 303 Bytes

Versions: 25

Compression:

Stored size: 303 Bytes

Contents

class Teabag.Reporters.HTML extends Teabag.Reporters.HTML

  readConfig: ->
    super
    jasmine.CATCH_EXCEPTIONS = @config["use-catch"]


  envInfo: ->
    ver = jasmine.getEnv().version()
    verString = [ver.major, ver.minor, ver.build].join(".")
    "jasmine #{verString} revision #{ver.revision}"

Version data entries

25 entries across 25 versions & 1 rubygems

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