jasmine/spec/suites
John Bintz 222dda4e06 if a spec description is given a function as the description, use its name as the displayed description 2011-06-07 09:50:05 -04:00
..
BaseSpec.js deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith 2010-06-24 10:34:03 -07:00
CustomMatchersSpec.js Wrapped matcher functions return undefined after expect() for futureproofing; we might want to allow matcher chaining, e.g.: 2010-08-04 13:52:38 -07:00
EnvSpec.js jshint passes - run 'node jshint/run.js'. running jshint with a couple jshint options and workarounds to allow certain jasmine-specific styles. many actual style problems are fixed. the jshint run is integrated into rake jasmine:lint. 2011-02-26 15:07:59 -08:00
ExceptionsSpec.js fixed bad merge of gvanhove's describe exception fix 2011-04-17 21:44:41 -07:00
JsApiReporterSpec.js jshint passes - run 'node jshint/run.js'. running jshint with a couple jshint options and workarounds to allow certain jasmine-specific styles. many actual style problems are fixed. the jshint run is integrated into rake jasmine:lint. 2011-02-26 15:07:59 -08:00
MatchersSpec.js toBeCloseTo matcher merged in 2011-04-17 21:18:41 -07:00
MockClockSpec.js Fixed bug where multiple calls to jasmine.Clock.useMock cause multiple tear downs 2010-06-23 11:03:05 -07:00
MultiReporterSpec.js jshint passes - run 'node jshint/run.js'. running jshint with a couple jshint options and workarounds to allow certain jasmine-specific styles. many actual style problems are fixed. the jshint run is integrated into rake jasmine:lint. 2011-02-26 15:07:59 -08:00
NestedResultsSpec.js major matcher refactor 2009-10-29 17:03:24 -07:00
PrettyPrintSpec.js Removed references to 'window'; using jasmine.getGlobal() instead in order to better support non-browser environments. 2010-06-22 16:22:09 -07:00
QueueSpec.js jasmine.Queue iterates by looping rather than recursing, so stack overflows should be less likely. 2009-10-12 23:09:51 -05:00
ReporterSpec.js Remove deprecated class jasmine.Reporters. 2010-06-22 17:35:41 -07:00
RunnerSpec.js deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith 2010-06-24 10:34:03 -07:00
SpecRunningSpec.js fixed bad merge of gvanhove's describe exception fix 2011-04-17 21:44:41 -07:00
SpecSpec.js if a spec description is given a function as the description, use its name as the displayed description 2011-06-07 09:50:05 -04:00
SpySpec.js deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith 2010-06-24 10:34:03 -07:00
SuiteSpec.js JsApiReporter reports nested suites correctly. 2010-06-22 10:18:22 -07:00
TrivialConsoleReporterSpec.js TrivialConsoleReporter now reports the correct number of specs that were executed. TCR is still very heavily mocked instead of using testing an actual Jasmine environment. But now at least the numbers are correct. 2011-05-16 18:28:46 -07:00
TrivialReporterSpec.js IE doesn't have console.log.apply(); fall back to console.log() in that case. 2010-10-05 13:11:27 -07:00
UtilSpec.js jshint passes - run 'node jshint/run.js'. running jshint with a couple jshint options and workarounds to allow certain jasmine-specific styles. many actual style problems are fixed. the jshint run is integrated into rake jasmine:lint. 2011-02-26 15:07:59 -08:00
WaitsForBlockSpec.js Don't show 'Jasmine waiting for...' console messages unless jasmine.VERBOSE is set to true 2011-05-06 19:07:00 -04:00