Sha256: 6a38290756f6aa959fe119f3ad01c42a1cd1ad4f14efeddc75936ade230f80b9
Contents?: true
Size: 540 Bytes
Versions: 4
Compression:
Stored size: 540 Bytes
Contents
class Teaspoon.Jasmine1.Responder constructor: (@reporter) -> reportRunnerStarting: (runner) -> @reporter.reportRunnerStarting(total: runner.specs().length) reportRunnerResults: -> @reporter.reportRunnerResults() reportSuiteResults: (suite) -> @reporter.reportSuiteResults(new Teaspoon.Jasmine1.Suite(suite)) reportSpecStarting: (spec) -> @reporter.reportSpecStarting(new Teaspoon.Jasmine1.Spec(spec)) reportSpecResults: (spec) -> @reporter.reportSpecResults(new Teaspoon.Jasmine1.Spec(spec))
Version data entries
4 entries across 4 versions & 1 rubygems