2a5754600aAdd documentation for all non-private functions.
Christian Williams
2009-11-10 17:32:29 -0500
ff8b9d8375Oops, revert unintentional commit.
Christian Williams
2009-11-10 14:30:26 -0500
1982fb51c9Generate docs from source files, not lib.
Christian Williams
2009-11-10 14:28:47 -0500
0810e4a01cRename UPDATE_INTERVAL to DEFAULT_UPDATE_INTERVAL.
Christian Williams
2009-11-09 17:51:03 -0500
0f610b03d2Merge branch 'master' of git@github.com:pivotal/jasmine
Christian Williams
2009-11-09 17:42:21 -0500
7c043eb5d0Automatically roll up any js files in spec/helpers and add them as spec_helpers
ragaskar
2009-10-31 22:35:35 -0700
8feb285ca8Ruby runner changes. Users of previous versions with Rake tasks that make use of additional runner options (helpers, etc) may be broken.
ragaskar
2009-10-31 21:47:11 -0700
c21431415bMore helpful error message when a jasmine server is already running
ragaskar
2009-10-31 10:50:18 -0700
75bb56f294Loads an optional second command line var to monkey patch jasminehelper
ragaskar
2009-10-15 00:27:46 -0700
beddbaf5c7update jasmine runner to take focus spec
Rajan Agaskar & Ryan Dy
2009-10-14 10:28:23 -0700
a907301dcbMerge branch 'master' of git://github.com/pivotal/jasmine
Rajan Agaskar & Ryan Dy
2009-10-13 15:18:05 -0700
1b1c2b1998Allow jasmine::runner to take an optional list of styesheets
Rajan Agaskar & Ryan Dy
2009-10-13 15:16:20 -0700
e7865295ddRevert "Allow jasmine::runner to take an optional list of styesheets"
Rajan Agaskar & Ryan Dy
2009-10-13 15:14:07 -0700
6d8557608cAllow jasmine::runner to take an optional list of styesheets
Rajan Agaskar & Ryan Dy
2009-10-13 15:12:35 -0700
fd37be4dffMerge branch 'master' of git://github.com/pivotal/jasmine
Rajan Agaskar & Ryan Dy
2009-10-13 14:51:33 -0700
92ffcb47e2SimpleServer.start now takes optional array of stylesheet paths for runner
Rajan Agaskar & Ryan Dy
2009-10-13 14:48:09 -0700
c164d58a1aAdd calls accessor to spies
Rajan Agaskar & Ryan Dy
2009-10-13 14:28:46 -0700
3459697cb4merge in Queue fixes
Rajan Agaskar & Ryan Dy
2009-10-13 14:22:47 -0700
31bb686fd5Merge branch 'loop-dont-recurse' of git://github.com/Xian/jasmine into xian_jasmine
Rajan Agaskar & Ryan Dy
2009-10-13 14:12:35 -0700
5659a1e79ejasmine.Queue iterates by looping rather than recursing, so stack overflows should be less likely.
Christian Williams
2009-10-12 23:09:51 -0500
b7549196daBlocks which complete synchronously have the completion de-nested. Big speed improvement, not quite sure why yet.
Christian Williams
2009-10-12 21:23:57 -0500
a3ed49a5edRefactor.
Christian Williams
2009-10-12 21:02:50 -0500
e1ebc1e692Refactor Queue.js.
Christian Williams
2009-10-12 17:22:00 -0500
d27684d280Oops, only report results once.
Christian Williams
2009-10-12 17:15:57 -0500
f9b3eff5abGot standalone HTML test page working again.
Christian Williams
2009-10-10 10:28:19 -0700
34b479a1a4Revert "Removed jasmine spec HTML runner (easier to use Rake tasks)"
Christian Williams
2009-10-10 10:20:56 -0700
a394b564f4runner-wide beforeEach, afterEach support
ragaskar
2009-09-28 16:23:21 -0700
2588368231Deprecate getResults() (use results()). Add some unit test coverage for jasmine.Spec. Add some unit test coverage for JsApiReporterSpec.
ragaskar
2009-09-28 11:13:44 -0700
d09cacebc7Fix HTML runner example
ragaskar
2009-09-15 13:02:20 -0700
65cec7a2b9Updated require for SimpleClient for greater selenium compatibility
ragaskar
2009-09-04 19:46:39 -0700
4620ea6a44Merged in Xian's speed fixes
ragaskar
2009-09-04 10:57:08 -0700
3b702bd992Add back support for Env's updateInterval.
Christian Williams & Kim Eric Mittler
2009-09-02 15:33:24 -0700
bed9e118b6Add time reporting.
Christian Williams & Kim Eric Mittler
2009-09-02 15:32:57 -0700
8ba804e299Change url from /run.html to /.
Christian Williams & Kim Eric Mittler
2009-09-02 12:51:39 -0700
17b513eafbSwitch back to window.eval(xxx) instead of eval(xxx, window) -- arghghgh.
Christian Williams & Kim Eric Mittler
2009-09-02 12:38:17 -0700
ca6b23684eTime out if we can't load suite info within 60 seconds.
Christian Williams & Kim Eric Mittler
2009-09-02 12:36:51 -0700
268cb0c6c5Jasmine::Runner arranges for jasmine.js, json.js, and TrivialReporter.js to be included, so callers should remove those files.
Christian Williams & Kim Eric Mittler
2009-09-02 12:16:16 -0700
5e8b52debfMerge branch 'master' of git://github.com/pivotal/jasmine
Christian Williams & Kim Eric Mittler
2009-09-02 10:29:59 -0700