766f3546bfAdd gem reference.
Harry Ugol & Tyler Schultz
2010-06-28 10:52:22 -0700
5a530c2f7dAdd gem reference.
Harry Ugol & Tyler Schultz
2010-06-28 10:52:22 -0700
afc086edf8updating link to standalone zip file
Lee Byrd & Christian Williams
2010-06-25 18:56:44 -0700
f6d1f7d871checking in master's SHA
0.11.1-release
Lee Byrd & Christian Williams
2010-06-25 18:19:02 -0700
5e843e087bupdating gh-pages SHA
Lee Byrd & Christian Williams
2010-06-25 18:13:58 -0700
44a5276100adding jsdocs and standalone zip
Lee Byrd & Christian Williams
2010-06-25 18:12:02 -0700
51c0563608bumping version to 0.11.1
Lee Byrd & Christian Williams
2010-06-25 18:11:18 -0700
fd29d04549Add missing images.
Lee Byrd & Christian Williams
2010-06-25 17:41:36 -0700
9e3036fbf7Doc fix.
Lee Byrd & Christian Williams
2010-06-25 17:40:50 -0700
e8e9ebbd48Update pages/index.html.
Lee Byrd & Christian Williams
2010-06-25 17:36:03 -0700
dcc8b460d1Rakefile updates pages/index.html.
Lee Byrd & Christian Williams
2010-06-25 17:35:08 -0700
29307537f7Add jsdoc to pages.
Lee Byrd & Christian Williams
2010-06-25 16:06:40 -0700
c533b67aa5Remove vestiges of ruby ci code from jasmine core. Add missing lib/jasmine-html.js.
Lee Byrd & Christian Williams
2010-06-25 15:16:43 -0700
7a69d64669Add dist to .gitignore. Exclude hidden files from standalone zip.
Lee Byrd & Christian Williams
2010-06-25 10:07:08 -0700
ed80a0cad7Re-add lib/jasmine.css for jasmine-gem.
Lee Byrd & Christian Williams
2010-06-24 17:37:13 -0700
85351f2c1cBuild html support classes (just TrivialReporter for now) into jasmine-html.js.
Lee Byrd & Christian Williams
2010-06-24 17:33:46 -0700
1057596665New example project. Generate jasmine-standalone-x.x.x.zip.
Lee Byrd & Christian Williams
2010-06-24 17:15:06 -0700
a5926d22a1Use pretty dom printing.
fancy-html
Lee Byrd & Christian Williams
2010-06-24 11:58:57 -0700
25f57c3321Fix example_runner.html to call env.addReporter rather that set env.reporter directly.
Lee Byrd & Christian Williams
2010-06-24 11:32:22 -0700
3d66c5f051Styling.
Christian Williams
2010-06-23 23:09:01 -0700
9384512138Old rev.
Christian Williams
2010-06-05 11:48:28 -0400
22065fafadBy default don't display "Jasmine Running..." console log for each spec. Re-enable by setting TrivialReporter's logRunningSpecs to true.
Lee Byrd & Christian Williams
2010-06-24 11:10:58 -0700
2939aff80cdeprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith
Lee Byrd & Christian Williams
2010-06-24 10:34:03 -0700
8f5f6a6d27The single-file lib/jasmine.js no longer has a version number in the filename. We'll make it available for download with the version number seperately. Add lint check for 'window'. Remove last 'window' reference.
Lee Byrd & Christian Williams
2010-06-23 11:31:38 -0700
ed47ececa9The single-file lib/jasmine.js no longer has a version number in the filename. We'll make it available for download with the version number seperately.
Lee Byrd & Christian Williams
2010-06-23 11:26:01 -0700
9c8180d8d0Fixed bug where multiple calls to jasmine.Clock.useMock cause multiple tear downs
Lee Byrd & Christian Williams
2010-06-23 11:03:05 -0700
6a9f74e849Add jsdoc for jasmine.log.
Lee Byrd & Christian Williams
2010-06-23 10:53:10 -0700
3be2455d8cREADME change.
Lee Byrd & Christian Williams
2010-06-23 10:28:02 -0700
40b0c49d25Point example_runner.html to latest jasmine version. Update README.
Lee Byrd & Christian Williams
2010-06-23 10:21:21 -0700
82e04c327aBumped version to 0.11.0. Regenerated docs and lib.
Lee Byrd & Christian Williams
2010-06-22 17:52:25 -0700
2a3376d11eRemoved deprecated jasmine.include(). Removed deprecated ExpectationResult.details. Removed deprecated Spec.getResults().
Lee Byrd & Christian Williams
2010-06-22 17:38:15 -0700
413be6b4caRemove deprecated class jasmine.Reporters. Fully deprecate old-style Matchers; will be removed in next major version.
Lee Byrd & Christian Williams
2010-06-22 17:35:41 -0700
0539251fe6Refactored TrivialReporter to handle duplicate suite names properly
Lee Byrd & Christian Williams
2010-06-22 17:25:08 -0700
1154fcaf3bRefactor.
Lee Byrd & Christian Williams
2010-06-22 16:45:35 -0700
01d842fdfdRemoved references to 'window'; using jasmine.getGlobal() instead in order to better support non-browser environments. Better protection around access to console. The global object is now pretty-printed as "<global>", not "<window>". Tests are a little closer to passing in node.js.
Lee Byrd & Christian Williams
2010-06-22 16:22:09 -0700
e60f22a2e5Changed 'type' field of MessageResult and ExpectationResult to 'log' and 'expect', respectively.
Lee Byrd & Christian Williams
2010-06-22 14:48:47 -0700
e7cd6a473ajasmine.log() and Spec#log() take multiple arguments which are pretty-printed and concatted together. Log messages are handled correctly in TrivialReporter and JsApiReporter.
Lee Byrd & Christian Williams
2010-06-22 12:23:54 -0700
3bdc96c00aRe-enable and fix JsApiReporterSpec specs.
Lee Byrd & Christian Williams
2010-06-22 12:04:34 -0700
b9bf42c6b5Merge branch 'master' of git@github.com:pivotal/jasmine into HEAD
Lee Byrd & Christian Williams
2010-06-22 10:43:48 -0700
2d138f1cfaRefactor.
Lee Byrd & Christian Williams
2010-06-22 10:30:06 -0700
e30b99e7b3JsApiReporter reports nested suites correctly. Runner#topLevelSuites() returns only top level suites. Suite#specs(), Suite#suites(), and Suite#children() return immediate children.
Lee Byrd & Christian Williams
2010-06-22 10:18:22 -0700
40272cd563Fixed typo in example code.
DanielHeath
2010-06-07 11:53:32 +0800
5aa306cf66Add unit specs for WaitsForBlock
Pivotal
2010-06-05 10:32:41 -0400
462b50e84eReplace unshift with splice (unshift not IE-safe)
Pivotal
2010-06-05 10:12:16 -0400
46249bf515Fix spec failure that occured when stack traces/line numbers are available
Pivotal
2010-06-05 10:07:58 -0400
03d7bfb7d4Oops, shouldn't onComplete there.
Christian Williams
2010-06-04 14:48:48 -0400
11292ff83cMerge branch 'master' of git@github.com:pivotal/jasmine
Christian Williams
2010-06-04 14:45:52 -0400
ab7678e713Apply patch from Eric Pabst (May 18, 2010):
Christian Williams
2010-06-04 14:45:42 -0400
6431431dfcReplaced call to self.spec._next() with onComplete() when the test times out.
Eric Pabst
2010-05-18 23:18:42 +0800
a2041e90a6Multiple befores/afters in a single describe should be executed in order (as declared for befores, in reverse for afters).
Christian Williams
2010-06-04 14:41:16 -0400
ed49104fadJasmine should recover gracefully when there are errors in describe functions.
Christian Williams
2010-06-04 14:14:31 -0400
bb1928a75cRemove geminstaller stuff.
John Firebaugh
2010-04-20 06:57:23 +0800
7d5ff6985fRebuild to fix line endings.
John Firebaugh
2010-04-21 02:30:30 +0800
841e93fc09'Hide' currently unusable Rake tasks
ragaskar
2010-04-20 07:26:51 -0700
5cfb019b6bDocumentation and example fixes
bigfix
2010-04-20 07:26:04 -0700
9f8d18b6b7Version bump to 0.10.3
0.10.3-release
Christian Williams & Ian Fisher
2010-04-01 16:03:52 -0700
f0574086deVersion bump to 0.10.3
Christian Williams & Ian Fisher
2010-04-01 16:00:50 -0700
2212d755c3Merge commit '5f10b2e623c6c21d1b692bde4a8a5c6d4015cd44'
Christian Williams & Ian Fisher
2010-04-01 15:57:24 -0700
5f10b2e623Added Env#versionString; nicer styling in TrivialReporter; hide passed and skipped tests by default, but allow them to be displayed.
Christian Williams & Ian Fisher
2010-04-01 15:56:29 -0700
d8ed4156c7Remove contrib/ruby dir.
Christian Williams
2010-03-24 14:18:17 -0700
1469f83262Deprecate jasmine.include().
Christian Williams
2010-03-24 13:53:34 -0700
d6353a3db2Typo.
Christian Williams
2010-03-24 13:43:47 -0700
6c50f14f3bMinimal coverage for SELENIUM_SERVER_PORT
ragaskar
2010-03-10 22:19:17 -0800
a0fbbd7f67Users may specify a different browser to run jasmine:ci in by setting ENV['JASMINE_BROWSER']
ragaskar
2010-03-10 22:02:45 -0800
184ff6fb2dTypo.
Christian Williams
2010-03-08 22:03:57 -0800
9830952461Evaluate custom equality testers before any others.
Christian Williams
2010-03-08 21:56:04 -0800
5f6fb4f7e1Remove jasmine internals from stack traces, WIP.
clean-stacktraces
Christian Williams
2010-03-08 21:30:21 -0800
199517abaaWhen the SELENIUM_SERVER_PORT environment variable is set, it will be used and a RC server will not be started
Wilhelm Bierbaum wilhelm@twitter.com
2010-03-08 11:05:58 -0800
e9a2b0dcdbBetter deprecation messages.
Christian Williams
2010-03-05 22:40:47 -0500
23d5c7180bKeep jasmine.Matchers.pp() but throw an error message.
Christian Williams
2010-03-05 22:36:42 -0500
a661e77345Remove jasmine.Matchers.pp(), use jasmine.pp() instead.
Christian Williams
2010-03-05 22:34:37 -0500
564b9a0c3eCleanup.
Christian Williams
2010-03-05 22:11:11 -0500
2ab6af1e48Add doc about Spec#after() method.
Christian Williams
2010-03-05 22:10:05 -0500
22e9434a50Correction d'une faute.
Christian Williams
2010-03-03 23:51:11 -0500
581d948c93Add quick mention of '.not' matcher inversion.
Christian Williams
2010-03-03 23:48:10 -0500
7721f47f59Update dist.
Christian Williams
2010-03-01 23:12:12 -0500
49f295690aOld-style custom matchers (those which call this.report()) are not supported with the ".not" matcher negation syntax.
Christian Williams
2010-03-01 23:02:59 -0500
4b80a10969Fix specs.
Christian Williams
2010-02-27 12:00:35 -0500
6574dcc728Merge branch 'master' into dot-not
Christian Williams
2010-02-27 11:57:15 -0500
99bcfdcd0dSpec cleanup.
Christian Williams
2010-02-27 11:37:53 -0500
fcfe23d516fixed a couple Markdown formatting issues
Erik Hanson
2010-02-26 11:42:38 -0800
e1b3ca4066Update spy expectation docs.
Christian Williams
2010-02-25 22:01:25 -0500
5a7eea53b1Update why-did-we-write-it sections.
Christian Williams
2010-02-25 21:58:08 -0500
f9426a008eUpdate why-did-we-write-it sections.
Christian Williams
2010-02-25 21:56:42 -0500