Sha256: df01ba3e9c2447ca10fd56f846954679454999c4241753140dfe2b3551b02a39
Contents?: true
Size: 496 Bytes
Versions: 9
Compression:
Stored size: 496 Bytes
Contents
describe "Jasmine Teaspoon.Reporters.HTML", -> beforeEach -> spyOn(Teaspoon.Reporters.HTML.prototype, "build") @reporter = new Teaspoon.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
9 entries across 9 versions & 1 rubygems