Commit Graph

  • 12f56787b0 Move building single-file JS to use a JSON file with initial priority files Davis W. Frank 2011-06-05 21:55:32 -07:00
  • e88d88e427 Move all core files into src/core. Davis W. Frank 2011-06-05 21:28:26 -07:00
  • ba10d178b2 Better stack trace on exception. Better results if exception is due to true exception Davis W. Frank 2011-06-01 21:14:59 -07:00
  • da297d0f56 And what I meant was *this* commit was pulling in the fixes to TrivialConsoleReporter Davis W. Frank 2011-05-25 08:28:16 -07:00
  • 7ead5388c2 merge in fixes to TrivialConsoleReporter: correct # of specs, no longer limited by column length Davis W. Frank 2011-05-25 08:14:18 -07:00
  • a445a62e7c 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. Davis W. Frank 2011-05-16 18:28:46 -07:00
  • 1d65d56a92 TrivialConsoleReporter refactor & fixes. No longer limitied to 50 columns of dots. Davis W. Frank 2011-05-16 08:08:12 -07:00
  • d875d1d997 Don't run TrivialConsoleReporter specs if TrivialConsoleReporter is not loaded ragaskar 2011-05-06 23:18:57 -04:00
  • 1fae8f0a31 Rebuild main jasmine lib ragaskar 2011-05-06 23:08:49 -04:00
  • c1f8151bcb Add png suitable for favicon ragaskar 2011-05-06 22:40:53 -04:00
  • bd8a3baed1 Remove unused image files ragaskar 2011-05-06 22:30:48 -04:00
  • 118324b451 Don't show 'Jasmine waiting for...' console messages unless jasmine.VERBOSE is set to true ragaskar 2011-05-06 19:07:00 -04:00
  • c30f7d1aa7 Fail with an error if node is not installed when running rake spec ragaskar 2011-05-06 18:34:42 -04:00
  • de7be4b316 ignore rvmrc ragaskar 2011-05-06 18:32:17 -04:00
  • b02aa9840a fixed bad merge of gvanhove's describe exception fix Davis W. Frank 2011-04-17 21:44:41 -07:00
  • 61de2268fe toBeCloseTo matcher merged in Davis W. Frank 2011-04-17 21:18:41 -07:00
  • dd32048383 Failure messages for toHaveBeenCalledWith print out the name of the spy gvanhove 2011-03-08 21:48:29 -08:00
  • 32e736aa47 commit updated version into jasmine.js gvanhove 2011-03-12 13:04:30 -08:00
  • 38e9af8f68 integrating TrivialConsoleReporter into node_suite.js, deleting some code pulled over from jasmine-node Steve Conover 2011-03-30 17:54:49 -07:00
  • e826fbb170 More README edits for the Contributor guide Carl Jackson & Davis W. Frank 2011-03-09 13:31:03 -08:00
  • 0c77662c5b One more README tweak Carl Jackson & Davis W. Frank 2011-03-09 13:15:33 -08:00
  • 75fb19bc49 README changes Davis W. Frank 2011-03-09 08:16:47 -08:00
  • 6ec825f62d Updating docs. Version goes to 1.1.0 Davis W. Frank 2011-03-08 18:39:13 -08:00
  • fc994108db Update Rakefile a bit. Added more rake tasks to run specs. Davis W. Frank 2011-03-08 18:38:46 -08:00
  • 70aed2d900 move all "assertion" to "expectation" Davis W. Frank 2011-03-08 18:37:44 -08:00
  • ccfa17499f Merge remote branch 'sconover/trivial_console_reporter' into work Davis W. Frank 2011-03-07 22:35:25 -08:00
  • ab087ef5f8 Pendantic terminology Davis W. Frank 2011-03-07 22:34:58 -08:00
  • 0ef6582f73 Merging in sconover/jshint Davis W. Frank 2011-03-07 22:30:43 -08:00
  • a1ba43c864 call back when done Steve Conover 2011-02-28 23:58:06 -08:00
  • 88ee377662 integrated trivial console into a real-world situation and dicovered a couple mistakes/misses Steve Conover 2011-02-28 23:17:39 -08:00
  • f5afe18a6b semicolon fixes subsequent to jshint run Steve Conover 2011-02-28 22:53:39 -08:00
  • 2731716ccb making this consistent Steve Conover 2011-02-28 22:39:16 -08:00
  • 4e5083d570 style rf Steve Conover 2011-02-28 22:36:31 -08:00
  • b9cbd3c5a0 integration test - failure scenario Steve Conover 2011-02-28 22:30:03 -08:00
  • e42026ee84 rename *node to *console Steve Conover 2011-02-28 18:02:44 -08:00
  • a1f58f8be4 rf Steve Conover 2011-02-28 17:58:29 -08:00
  • ac00d765d2 integration tests - passing scenarios Steve Conover 2011-02-28 17:50:16 -08:00
  • b1dceeacd4 stack traces Steve Conover 2011-02-28 17:20:22 -08:00
  • 5018f0d1c2 spec failure - description Steve Conover 2011-02-28 17:13:04 -08:00
  • 9704550b33 rf Steve Conover 2011-02-28 16:54:38 -08:00
  • 882c287191 specs/assertions/failures Steve Conover 2011-02-28 16:50:54 -08:00
  • 7d2b900b48 remember suite results as suites finish Steve Conover 2011-02-28 16:16:20 -08:00
  • f701fdc132 needful Steve Conover 2011-02-28 15:34:32 -08:00
  • eb49fab652 print elapsed time in summary Steve Conover 2011-02-28 15:31:48 -08:00
  • e8c8a0bdfd run result - passed green, failed red Steve Conover 2011-02-28 15:13:46 -08:00
  • e6a080039f print started when the test run starts Steve Conover 2011-02-28 14:56:09 -08:00
  • c485c33a3c skipped specs mean yellow star Steve Conover 2011-02-28 14:51:03 -08:00
  • 8fbf3ba859 newline at 50 characters Steve Conover 2011-02-28 14:39:59 -08:00
  • dccafe33b0 style reform Steve Conover 2011-02-28 13:52:03 -08:00
  • c1d2718bea red F, duh Steve Conover 2011-02-28 13:46:30 -08:00
  • 945a9ba638 failing spec makes a red dot Steve Conover 2011-02-28 13:45:22 -08:00
  • 528b5abeda beginning of trivial node reporter, based on jasmine-node. jshint rules exclude bad escapements WRT ansi colors, beacuse that's ok. Steve Conover 2011-02-28 13:35:53 -08:00
  • d7cced2e7c How to for release Davis W. Frank 2011-02-27 14:22:53 -08:00
  • 3be0610572 adding latest pages Davis W. Frank 2011-02-27 14:00:45 -08:00
  • 5e90115eaf removing incorrectlt added submodule Davis W. Frank 2011-02-27 12:33:47 -08:00
  • 148317eb90 1.0.2, finishing to Frank for static pages Davis W. Frank 2011-02-27 12:26:38 -08:00
  • 45b4e1316c updating for new pages Davis W. Frank 2011-02-27 10:36:13 -08:00
  • aee4c5926c .gitmodules Davis W. Frank 2011-02-27 09:48:17 -08:00
  • f41af6c2d0 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. Steve Conover 2011-02-26 15:07:59 -08:00
  • 9f90c4eca5 initial jshint commit. including the library, made a runner for jasmine. Steve Conover 2011-02-26 11:23:25 -08:00
  • 545752ae20 semicolons Steve Conover 2011-02-26 11:01:33 -08:00
  • c04f1b1fa8 node spec/node_suite.js runs all dom-independent jasmine specs. basic commonjs support for jasmine along the way. node_suite.js and runner.html are both green. Steve Conover 2011-02-26 10:53:55 -08:00
  • fa9741dbda removed old ghpages dir Davis W. Frank 2011-02-25 08:14:48 -08:00
  • 560cb2edcb wip Davis W. Frank 2011-02-25 08:10:34 -08:00
  • 9a12b32a3a swapping ignore from Jekyll to staticmatic Davis W. Frank 2011-01-25 13:23:01 -08:00
  • bd15ed6a45 Really? "File.exist?", not "File.exists?"? Whatever. Christian Williams 2010-11-09 13:10:40 -05:00
  • fa74051071 Don't commit Gemfile.lock. Christian Williams 2010-11-09 09:48:30 -05:00
  • 127fe049d9 Build for 1.0.1. 1.0.1-release Christian Williams 2010-10-05 13:51:29 -07:00
  • 550e378dc0 Fix download page regen after redesign. Christian Williams 2010-10-05 13:50:55 -07:00
  • 377703745f Making the checkboxes work fine on IE. onchange doesnt work very well with checkboxes there. The target is not set too. Original author: Fabio M. Costa <fabiomcosta@gmail.com> Christian Williams 2010-10-05 13:27:50 -07:00
  • 8ecfd26325 Making the checkboxes work fine on IE. onchange doesnt work very well with checkboxes there. The target is not set too. Fabio M. Costa 2010-07-29 10:58:15 -03:00
  • 2d10cc1404 IE doesn't have console.log.apply(); fall back to console.log() in that case. Christian Williams 2010-10-05 13:07:41 -07:00
  • 63df354e78 Drop in jsdoc template (from jsdoc-toolkit 2.1.0). Christian Williams & Ryan Richard 2010-09-22 14:13:53 -07:00
  • dbcabd397e Test that show that afterEach and after are not being called when a waitsFor times out. John Firebaugh 2010-09-29 08:25:06 -07:00
  • a8b0a0ee4f Test that afterEach is called after a failing spec. John Firebaugh 2010-09-29 08:19:43 -07:00
  • 60a5d60f42 Consolidate all waitsFor specs in the same describe block. John Firebaugh 2010-09-28 20:43:50 -07:00
  • c8d9fc562f Un-hide release notes for 1.0. Shade prerelease standalone versions in download list. Christian Williams 2010-09-14 13:42:38 -07:00
  • 1530ad25f9 Regenerate index.html with standalone download link. 1.0.0-release Christian Williams 2010-09-14 13:01:42 -07:00
  • b2557e4ebe Build dist for 1.0.0. Christian Williams 2010-09-14 12:58:02 -07:00
  • 85c265e7c5 Bump version to 1.0.0! Christian Williams 2010-09-14 12:54:23 -07:00
  • cc36a1808b Add link to jasmine site from html runner. Christian Williams 2010-09-12 13:11:33 -07:00
  • 685344342a Add MIT.LICENSE to standalone zip. Christian Williams 2010-09-08 13:38:55 -07:00
  • a4eab045a0 Fix version format -- 1.0.0.rc1 instead of 1.0.0RC1, and include in standalone zip. Christian Williams 2010-08-26 13:15:15 -07:00
  • cd0346b449 Allow version parts to have non-numeric components (e.g. "rc1"). Christian Williams 2010-08-26 13:11:54 -07:00
  • f134c6e386 Regenerate download page. Christian Williams 2010-08-25 18:44:27 -07:00
  • 75238bd3b1 Update version to 1.0.0 for RC1. 1.0.0rc1 Christian Williams 2010-08-25 18:25:52 -07:00
  • b8b4457b6b Regenerate jasmine.js. Christian Williams 2010-08-25 18:18:49 -07:00
  • b33b2d2cf1 toThrow()'s (and some other matchers') .not message is misleading. Christian Williams 2010-08-25 18:16:37 -07:00
  • 3ec736f64c Regenerate jasmine.js. Christian Williams 2010-08-25 18:07:14 -07:00
  • e7a57606a2 Allow waitsFor() arguments to be specified in arbitrary order. Default waitsFor() timeout is now specified in env.defaultTimeoutInterval; defaults to 5 seconds. Deprecate waits() block in favor of waitsFor(). Christian Williams 2010-08-25 18:04:52 -07:00
  • 55149310c3 Fixed bug: waitsFor() hangs forever if latch function never returns true. Christian Williams 2010-08-25 17:16:19 -07:00
  • 254ebb8a03 Update jasmine.js. Christian Williams 2010-08-25 13:37:05 -07:00
  • 762f88e3c8 Some exploration and refactoring re waitsFor() bug: waitsFor() hangs forever if latch function never returns true. Christian Williams 2010-08-19 23:55:21 -07:00
  • b3715075e3 Add custom messages for inverted spy matchers. Christian Williams 2010-08-13 00:32:32 -07:00
  • 9af81b627b Missing semicolons. Christian Williams 2010-08-05 23:10:09 -07:00
  • 5d44da0238 Remove acknowledgements and analytics code from README. Christian Williams 2010-08-05 00:54:44 -07:00
  • 93952890c3 Deprecate toNotBe, toNotEqual, toNotMatch, and toNotContain matchers. Christian Williams 2010-08-05 00:50:59 -07:00
  • 5182e00c66 Wrapped matcher functions return undefined after expect() for futureproofing; we might want to allow matcher chaining, e.g.: expect(x).toBeGreaterThan(3).and.toBeLessThan(6)); or other stuff e.g.: expect(x).toBeTrue().because("it just needs to be"); Christian Williams 2010-08-04 13:52:38 -07:00
  • 676af93bea Refactor toThrow() matcher specs. Christian Williams 2010-08-03 18:51:31 -07:00
  • 4d7b839473 Fix not.toThrow() matcher exception when used with no args. Christian Williams 2010-08-02 18:36:26 -07:00