2881a645a5
fixed two typos in README
Jared Grippe
2009-11-06 13:50:05 +08:00
98e86817bf
Fix wasCalledWith matcher.
Christian Williams
2009-11-12 15:03:55 -05:00
3b92b9bb79
Remove message function from matchers where a formulaic message is good enough.
Christian Williams
2009-11-12 14:36:58 -05:00
1b3545c82a
Remove 'actual' param from matchers test and message functions. Use this.actual instead. This way, the signature of the test function matches how the matcher is called from a spec. Spy matchers now throw an exception when called with non-spies, rather than returning false. This makes the message function simpler, and will work better with future dot-not support. Added better specs for error conditions on spy matchers.
Christian Williams
2009-11-12 12:47:44 -05:00
2a5754600a
Add documentation for all non-private functions.
Christian Williams
2009-11-10 17:32:29 -05:00
ff8b9d8375
Oops, revert unintentional commit.
Christian Williams
2009-11-10 14:30:26 -05:00
1982fb51c9
Generate docs from source files, not lib.
Christian Williams
2009-11-10 14:28:47 -05:00
0810e4a01c
Rename UPDATE_INTERVAL to DEFAULT_UPDATE_INTERVAL.
Christian Williams
2009-11-09 17:51:03 -05:00
0f610b03d2
Merge branch 'master' of git@github.com:pivotal/jasmine
Christian Williams
2009-11-09 17:42:21 -05:00
7c043eb5d0
Automatically roll up any js files in spec/helpers and add them as spec_helpers
ragaskar
2009-10-31 22:35:35 -07:00
8feb285ca8
Ruby 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 -07:00
c21431415b
More helpful error message when a jasmine server is already running
ragaskar
2009-10-31 10:50:18 -07:00
75bb56f294
Loads an optional second command line var to monkey patch jasminehelper
ragaskar
2009-10-15 00:27:46 -07:00
beddbaf5c7
update jasmine runner to take focus spec
Rajan Agaskar & Ryan Dy
2009-10-14 10:28:23 -07:00
a907301dcb
Merge branch 'master' of git://github.com/pivotal/jasmine
Rajan Agaskar & Ryan Dy
2009-10-13 15:18:05 -07:00
1b1c2b1998
Allow jasmine::runner to take an optional list of styesheets
Rajan Agaskar & Ryan Dy
2009-10-13 15:16:20 -07:00
e7865295dd
Revert "Allow jasmine::runner to take an optional list of styesheets"
Rajan Agaskar & Ryan Dy
2009-10-13 15:14:07 -07:00
6d8557608c
Allow jasmine::runner to take an optional list of styesheets
Rajan Agaskar & Ryan Dy
2009-10-13 15:12:35 -07:00
fd37be4dff
Merge branch 'master' of git://github.com/pivotal/jasmine
Rajan Agaskar & Ryan Dy
2009-10-13 14:51:33 -07:00
92ffcb47e2
SimpleServer.start now takes optional array of stylesheet paths for runner
Rajan Agaskar & Ryan Dy
2009-10-13 14:48:09 -07:00
c164d58a1a
Add calls accessor to spies
Rajan Agaskar & Ryan Dy
2009-10-13 14:28:46 -07:00
3459697cb4
merge in Queue fixes
Rajan Agaskar & Ryan Dy
2009-10-13 14:22:47 -07:00
31bb686fd5
Merge branch 'loop-dont-recurse' of git://github.com/Xian/jasmine into xian_jasmine
Rajan Agaskar & Ryan Dy
2009-10-13 14:12:35 -07:00
5659a1e79e
jasmine.Queue iterates by looping rather than recursing, so stack overflows should be less likely.
Christian Williams
2009-10-12 23:09:51 -05:00
b7549196da
Blocks which complete synchronously have the completion de-nested. Big speed improvement, not quite sure why yet.
Christian Williams
2009-10-12 21:23:57 -05:00
a3ed49a5ed
Refactor.
Christian Williams
2009-10-12 21:02:50 -05:00
e1ebc1e692
Refactor Queue.js.
Christian Williams
2009-10-12 17:22:00 -05:00
d27684d280
Oops, only report results once.
Christian Williams
2009-10-12 17:15:57 -05:00
f9b3eff5ab
Got standalone HTML test page working again.
Christian Williams
2009-10-10 10:28:19 -07:00
34b479a1a4
Revert "Removed jasmine spec HTML runner (easier to use Rake tasks)"
Christian Williams
2009-10-10 10:20:56 -07:00
a394b564f4
runner-wide beforeEach, afterEach support
ragaskar
2009-09-28 16:23:21 -07:00
2588368231
Deprecate 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 -07:00
d09cacebc7
Fix HTML runner example
ragaskar
2009-09-15 13:02:20 -07:00
65cec7a2b9
Updated require for SimpleClient for greater selenium compatibility
ragaskar
2009-09-04 19:46:39 -07:00
4620ea6a44
Merged in Xian's speed fixes
ragaskar
2009-09-04 10:57:08 -07:00
3b702bd992
Add back support for Env's updateInterval.
Christian Williams & Kim Eric Mittler
2009-09-02 15:33:24 -07:00
bed9e118b6
Add time reporting.
Christian Williams & Kim Eric Mittler
2009-09-02 15:32:57 -07:00
8ba804e299
Change url from /run.html to /.
Christian Williams & Kim Eric Mittler
2009-09-02 12:51:39 -07:00
17b513eafb
Switch back to window.eval(xxx) instead of eval(xxx, window) -- arghghgh.
Christian Williams & Kim Eric Mittler
2009-09-02 12:38:17 -07:00
ca6b23684e
Time out if we can't load suite info within 60 seconds.
Christian Williams & Kim Eric Mittler
2009-09-02 12:36:51 -07:00
268cb0c6c5
Jasmine::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 -07:00
5e8b52debf
Merge branch 'master' of git://github.com/pivotal/jasmine
Christian Williams & Kim Eric Mittler
2009-09-02 10:29:59 -07:00