89afebd86b
Update copyright years.
Todd Persen
2010-07-30 11:57:53 -04:00
31020bb51d
Try adding analytics code.
Christian Williams
2010-07-28 18:18:18 -07:00
17e9a038a2
Christian Williams
2010-07-28 18:17:10 -07:00
1e01000c17
Update MIT License and add to README.
Todd Persen
2010-07-28 11:19:18 -04:00
6562b5a3b4
Add warning to SpecRunner.html when running from non-built source.
Christian Williams
2010-07-27 18:47:12 -07:00
15955df258
Styling.
Christian Williams & Jay Phillips
2010-07-23 18:25:21 -07:00
81bf4784cd
Move User Guide to site.
Christian Williams & Jay Phillips
2010-07-23 18:23:53 -07:00
14486f5912
Add jekyll to Gemfile.
Christian Williams & Jay Phillips
2010-07-23 18:19:16 -07:00
9842c8ff81
Move User Guide from github README to here.
Christian Williams & Jay Phillips
2010-07-23 18:08:33 -07:00
feb4618c31
Add Gemfile.
Christian Williams
2010-07-23 10:06:19 -07:00
c6acfb3982
Merge branch 'master', remote branch 'origin'
Christian Williams & Jay Phillips
2010-07-21 18:55:55 -07:00
ba5bd3f866
Jasmine.createSpy() throws a reference error, jasmine.createSpy() does not.
Tom Crayford
2010-07-14 23:46:28 +08:00
0331209413
Merge branch 'master' of git://github.com/pivotal/jasmine
Christian Williams & Harry Ugol
2010-07-09 14:51:13 -07:00
57491a0088
README updates.
Christian Williams
2010-07-05 22:56:37 -07:00
e6b6d9ca95
Christian Williams
2010-07-05 22:46:55 -07:00
bf44d4b0db
Change link to downloads.
Christian Williams
2010-07-01 00:06:28 -07:00
3da73bd519
Remove unused lib/consolex.js.
Christian Williams
2010-06-30 23:49:34 -07:00
61c0fe781c
Styling fix.
Christian Williams
2010-06-30 00:09:01 -07:00
766f3546bf
Add gem reference.
Harry Ugol & Tyler Schultz
2010-06-28 10:52:22 -07:00
f6d1f7d871
checking in master's SHA
0.11.1-release
Lee Byrd & Christian Williams
2010-06-25 18:19:02 -07:00
5e843e087b
updating gh-pages SHA
Lee Byrd & Christian Williams
2010-06-25 18:13:58 -07:00
51c0563608
bumping version to 0.11.1
Lee Byrd & Christian Williams
2010-06-25 18:11:18 -07:00
9e3036fbf7
Doc fix.
Lee Byrd & Christian Williams
2010-06-25 17:40:50 -07:00
dcc8b460d1
Rakefile updates pages/index.html.
Lee Byrd & Christian Williams
2010-06-25 17:35:08 -07:00
c533b67aa5
Remove vestiges of ruby ci code from jasmine core. Add missing lib/jasmine-html.js.
Lee Byrd & Christian Williams
2010-06-25 15:16:43 -07:00
7a69d64669
Add dist to .gitignore. Exclude hidden files from standalone zip.
Lee Byrd & Christian Williams
2010-06-25 10:07:08 -07:00
ed80a0cad7
Re-add lib/jasmine.css for jasmine-gem.
Lee Byrd & Christian Williams
2010-06-24 17:37:13 -07:00
85351f2c1c
Build html support classes (just TrivialReporter for now) into jasmine-html.js.
Lee Byrd & Christian Williams
2010-06-24 17:33:46 -07:00
1057596665
New example project. Generate jasmine-standalone-x.x.x.zip.
Lee Byrd & Christian Williams
2010-06-24 17:15:06 -07:00
22065fafad
By 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 -07:00
2939aff80c
deprecating wasCalled, wasCalledWith, wasNotCalled, wasNotCalledWith and adding toHaveBeenCalled, and toHaveBeenCalledWith
Lee Byrd & Christian Williams
2010-06-24 10:34:03 -07:00
6a0e452788
Oops, remove call to jasmine.log().
Lee Byrd & Christian Williams
2010-06-23 17:12:38 -07:00
8f5f6a6d27
The 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 -07:00
ed47ececa9
The 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 -07:00
9c8180d8d0
Fixed bug where multiple calls to jasmine.Clock.useMock cause multiple tear downs
Lee Byrd & Christian Williams
2010-06-23 11:03:05 -07:00
6a9f74e849
Add jsdoc for jasmine.log.
Lee Byrd & Christian Williams
2010-06-23 10:53:10 -07:00
3be2455d8c
README change.
Lee Byrd & Christian Williams
2010-06-23 10:28:02 -07:00
40b0c49d25
Point example_runner.html to latest jasmine version. Update README.
Lee Byrd & Christian Williams
2010-06-23 10:21:21 -07:00
82e04c327a
Bumped version to 0.11.0. Regenerated docs and lib.
Lee Byrd & Christian Williams
2010-06-22 17:52:25 -07:00
2a3376d11e
Removed deprecated jasmine.include(). Removed deprecated ExpectationResult.details. Removed deprecated Spec.getResults().
Lee Byrd & Christian Williams
2010-06-22 17:38:15 -07:00
413be6b4ca
Remove 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 -07:00
0539251fe6
Refactored TrivialReporter to handle duplicate suite names properly
Lee Byrd & Christian Williams
2010-06-22 17:25:08 -07:00
1154fcaf3b
Refactor.
Lee Byrd & Christian Williams
2010-06-22 16:45:35 -07:00
01d842fdfd
Removed 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 -07:00
e60f22a2e5
Changed 'type' field of MessageResult and ExpectationResult to 'log' and 'expect', respectively.
Lee Byrd & Christian Williams
2010-06-22 14:48:47 -07:00
e7cd6a473a
jasmine.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 -07:00
3bdc96c00a
Re-enable and fix JsApiReporterSpec specs.
Lee Byrd & Christian Williams
2010-06-22 12:04:34 -07:00
b9bf42c6b5
Merge branch 'master' of git@github.com:pivotal/jasmine into HEAD
Lee Byrd & Christian Williams
2010-06-22 10:43:48 -07:00
2d138f1cfa
Refactor.
Lee Byrd & Christian Williams
2010-06-22 10:30:06 -07:00
e30b99e7b3
JsApiReporter 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 -07:00
40272cd563
Fixed typo in example code.
DanielHeath
2010-06-07 11:53:32 +08:00
5aa306cf66
Add unit specs for WaitsForBlock
Pivotal
2010-06-05 10:32:41 -04:00
462b50e84e
Replace unshift with splice (unshift not IE-safe)
Pivotal
2010-06-05 10:12:16 -04:00
46249bf515
Fix spec failure that occured when stack traces/line numbers are available
Pivotal
2010-06-05 10:07:58 -04:00
03d7bfb7d4
Oops, shouldn't onComplete there.
Christian Williams
2010-06-04 14:48:48 -04:00
11292ff83c
Merge branch 'master' of git@github.com:pivotal/jasmine
Christian Williams
2010-06-04 14:45:52 -04:00
ab7678e713
Apply patch from Eric Pabst (May 18, 2010):
Christian Williams
2010-06-04 14:45:42 -04:00
6431431dfc
Replaced call to self.spec._next() with onComplete() when the test times out.
Eric Pabst
2010-05-18 23:18:42 +08:00
a2041e90a6
Multiple 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 -04:00
ed49104fad
Jasmine should recover gracefully when there are errors in describe functions.
Christian Williams
2010-06-04 14:14:31 -04:00
bb1928a75c
Remove geminstaller stuff.
John Firebaugh
2010-04-20 06:57:23 +08:00
7d5ff6985f
Rebuild to fix line endings.
John Firebaugh
2010-04-21 02:30:30 +08:00
841e93fc09
'Hide' currently unusable Rake tasks
ragaskar
2010-04-20 07:26:51 -07:00
5cfb019b6b
Documentation and example fixes
bigfix
2010-04-20 07:26:04 -07:00
9f8d18b6b7
Version bump to 0.10.3
0.10.3-release
Christian Williams & Ian Fisher
2010-04-01 16:03:52 -07:00
f0574086de
Version bump to 0.10.3
Christian Williams & Ian Fisher
2010-04-01 16:00:50 -07:00
2212d755c3
Merge commit '5f10b2e623c6c21d1b692bde4a8a5c6d4015cd44'
Christian Williams & Ian Fisher
2010-04-01 15:57:24 -07:00
5f10b2e623
Added 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 -07:00
d8ed4156c7
Remove contrib/ruby dir.
Christian Williams
2010-03-24 14:18:17 -07:00
1469f83262
Deprecate jasmine.include().
Christian Williams
2010-03-24 13:53:34 -07:00
d6353a3db2
Typo.
Christian Williams
2010-03-24 13:43:47 -07:00
6c50f14f3b
Minimal coverage for SELENIUM_SERVER_PORT
ragaskar
2010-03-10 22:19:17 -08:00
a0fbbd7f67
Users may specify a different browser to run jasmine:ci in by setting ENV['JASMINE_BROWSER']
ragaskar
2010-03-10 22:02:45 -08:00
184ff6fb2d
Typo.
Christian Williams
2010-03-08 22:03:57 -08:00
9830952461
Evaluate custom equality testers before any others.
Christian Williams
2010-03-08 21:56:04 -08:00
199517abaa
When 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 -08:00
e9a2b0dcdb
Better deprecation messages.
Christian Williams
2010-03-05 22:40:47 -05:00
23d5c7180b
Keep jasmine.Matchers.pp() but throw an error message.
Christian Williams
2010-03-05 22:36:42 -05:00
a661e77345
Remove jasmine.Matchers.pp(), use jasmine.pp() instead.
Christian Williams
2010-03-05 22:34:37 -05:00
564b9a0c3e
Cleanup.
Christian Williams
2010-03-05 22:11:11 -05:00
2ab6af1e48
Add doc about Spec#after() method.
Christian Williams
2010-03-05 22:10:05 -05:00
22e9434a50
Correction d'une faute.
Christian Williams
2010-03-03 23:51:11 -05:00
581d948c93
Add quick mention of '.not' matcher inversion.
Christian Williams
2010-03-03 23:48:10 -05:00
7721f47f59
Update dist.
Christian Williams
2010-03-01 23:12:12 -05:00
49f295690a
Old-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 -05:00
4b80a10969
Fix specs.
Christian Williams
2010-02-27 12:00:35 -05:00
6574dcc728
Merge branch 'master' into dot-not
Christian Williams
2010-02-27 11:57:15 -05:00
99bcfdcd0d
Spec cleanup.
Christian Williams
2010-02-27 11:37:53 -05:00
fcfe23d516
fixed a couple Markdown formatting issues
Erik Hanson
2010-02-26 11:42:38 -08:00
e1b3ca4066
Update spy expectation docs.
Christian Williams
2010-02-25 22:01:25 -05:00
5a7eea53b1
Update why-did-we-write-it sections.
Christian Williams
2010-02-25 21:58:08 -05:00