Commit Graph

  • 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
  • fcc1872d48 Added jasmine init ragaskar 2009-10-30 23:56:05 -07:00
  • 391c42533f added init task ragaskar 2009-10-30 23:06:00 -07:00
  • 546604fdc8 Ffwd jasmine ragaskar 2009-10-30 20:57:21 -07:00
  • f9d73761bb Restore Matcher prototype methods for IDE joy ragaskar 2009-10-30 19:29:19 -07:00
  • 4c600311df consolex update ragaskar 2009-10-29 22:19:13 -07:00
  • 827fd1da0e Pass sensible arguments in ExpectationResults ragaskar 2009-10-29 20:33:01 -07:00
  • 328cc89980 Add deadlyicon console fix for safari ragaskar 2009-10-29 19:48:23 -07:00
  • cf6d26d25f Removing outdated info from README ragaskar 2009-10-29 19:30:31 -07:00
  • b67d2a265d major matcher refactor Ryan Dy & Rajan Agaskar 2009-10-29 17:03:24 -07:00
  • 8b23698852 TrivialReporter matcher message spec. Simplified TrivialReporter createDom. ragaskar 2009-10-27 22:18:38 -07:00
  • 6a467fc00e added tests for mockclock pivotal 2009-10-27 16:49:23 -07:00
  • fa2d36c5dc Minor doc fix Davis Frank & Rajan Agaskar 2009-10-27 13:33:22 -07:00
  • a0cac54492 README update ragaskar 2009-10-24 17:06:42 -07:00
  • 2059422955 Removed jasmine.env.currentlyRunningTests, use reporter to determine if jasmine is running ragaskar 2009-10-24 17:01:40 -07:00
  • b35a2acfc8 Moved currentlyRunningTests to Runner instead of spec Erik Hanson & Rajan Agaskar 2009-10-21 09:33:31 -07:00
  • e77162f308 Merge branch 'master' of git@github.com:pivotal/jasmine pivotal 2009-10-21 09:30:38 -07:00
  • 1c3b3b89be Added geminstaller.yml Erik Hanson & Rajan Agaskar 2009-10-21 09:28:34 -07:00
  • 970ef0cec2 Refactor. Christian Williams 2009-10-19 22:19:36 -07:00
  • 97ce2070d1 Remove version.json. Christian Williams 2009-10-19 22:18:51 -07:00
  • b6e408aab8 Remove @deprecated methods. Christian Williams 2009-10-19 17:53:29 -07:00
  • 6b3bf1b3ba Merge branch 'master' of git@github.com:pivotal/jasmine Christian Williams 2009-10-19 22:02:05 -07:00
  • 5dd9c53176 Remove @deprecated methods. Christian Williams 2009-10-19 17:53:29 -07:00
  • 5f82bdbf1b Fix test running in IE. Christian Williams 2009-10-19 17:29:33 -07:00
  • 3109e7a4bb Jasmine version to 0.10.0 ragaskar 2009-10-16 20:10:20 -07:00
  • 397d202f54 Merge branch 'master' of git://github.com/pivotal/jasmine Daniel Weaver & David Goudreau 2009-10-16 12:19:06 -07:00
  • 2597c235d9 Updated docs to reflect 0.9.0 release ragaskar 2009-10-15 23:27:19 -07:00
  • d222855cc8 TrivialReporter IE compatibility 0.9.0-release ragaskar 2009-10-15 20:00:41 -07:00
  • 308d02f72f Trivial Reporter improvements, runner now returns specs() ragaskar 2009-10-15 18:58:52 -07:00
  • 35171c9222 Rebuild jasmine.js ragaskar 2009-10-15 18:00:05 -07:00
  • e9e74f1800 Merge branch 'master' of git://github.com/deadlyicon/jasmine ragaskar 2009-10-15 17:58:51 -07:00
  • 85d3b2d14b IE7 fixes ragaskar 2009-10-15 17:48:28 -07:00
  • 706b180a2c fixed javascript syntax errors in README Jared Grippe 2009-10-15 17:43:33 -07:00
  • 766eacc88b Remove .idea files from gemspec ragaskar 2009-10-15 01:45:40 -07:00
  • c61c69d256 Jasmine submodule ragaskar 2009-10-15 01:40:58 -07:00
  • eae0dbdc57 Remove frozen jasmine ragaskar 2009-10-15 01:37:53 -07:00
  • abe34315a0 README updates, pulled ci for now ragaskar 2009-10-15 00:44:37 -07:00
  • 98dd13c9b2 Ignore pkg ragaskar 2009-10-15 00:36:31 -07:00
  • 2c60b0a546 Ignore .idea ragaskar 2009-10-15 00:30:37 -07:00
  • 27f165e241 Oops, .idea ragaskar 2009-10-15 00:29:40 -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
  • add3e1ee7a Regenerated gemspec for version 0.1.0 0.1.0-release ragaskar 2009-10-10 17:54:15 -07:00
  • baf1bf10f6 Ignore .idea ragaskar 2009-10-10 17:53:53 -07:00
  • 504ba8c54d First crack at jasmine-ruby ragaskar 2009-10-10 17:44:59 -07:00
  • 6ee8ed02a9 Revert "Removed jasmine spec HTML runner (easier to use Rake tasks)" Christian Williams 2009-10-10 10:18:35 -07:00
  • 73c0d57c94 Tuning to prevent stack overflows in FF ragaskar 2009-10-05 22:36:10 -07:00
  • cbc15d733d Revert "Add no-op test:unit and test:integration tasks for EMI build only." Christian Williams & David Goudreau 2009-10-05 10:47:26 -07:00
  • 61241140e8 Add no-op test:unit and test:integration tasks for EMI build only. Christian Williams & David Goudreau 2009-10-05 10:19:02 -07:00
  • 250c483a6b Merged in Selenium optimizations from http://github.com/gannett/jasmine branch. Updated json2 to latest. ragaskar 2009-09-29 22:09:30 -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
  • ddaab50b75 Documentation updates. ragaskar 2009-09-09 18:46:29 -07:00
  • e33ecf3665 Removed jasmine spec HTML runner (easier to use Rake tasks) ragaskar 2009-09-09 18:26:05 -07:00
  • 26fdc7cc91 Fix for jasmine rake tasks, fix for window.eval issues ragaskar 2009-09-09 18:18:00 -07:00
  • 724f1772b7 Merge branch 'master' of git@github.com:pivotal/jasmine Christian Williams 2009-09-08 06:48:57 -07:00
  • 2a29bb3ad9 Revert "rakefile" Christian Williams 2009-09-08 06:23:26 -07:00
  • 3e7f870965 Revert "adding rake test subtasks (noop) for git submodule rake compatibility" Christian Williams 2009-09-08 06:20:43 -07:00
  • 11f356e375 Integrate JasmineHelper ragaskar 2009-09-04 23:04:48 -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
  • 43f819e9e2 Deprecated getAllSuites ragaskar 2009-09-02 07:52:11 -07:00
  • 4533d6a7cd specs() refactor, added test coverage ragaskar 2009-09-02 07:30:31 -07:00
  • 50134eb1ac Fix 'doubled' test runs in test runner ragaskar 2009-09-01 21:21:54 -07:00
  • 4138fd3626 adding rake test subtasks (noop) for git submodule rake compatibility Kelly Nawrocke & Aram Price 2009-09-01 09:20:25 -07:00