Commit Graph

  • 916dc03d9c build distribution with deprecated console slackersoft 2014-10-11 14:28:51 -07:00
  • 2151a13705 Let's just use the print function that's passed in for deprecation messaging slackersoft 2014-10-11 14:20:19 -07:00
  • 6cc09e00d3 Oh right, IE doesn't have console by default slackersoft 2014-10-11 13:54:41 -07:00
  • 6d6c31328b Deprecate console reporter slackersoft 2014-10-10 15:05:38 -07:00
  • c8cd2eabe5 Fixes console check for IE8 Gerg 2014-10-09 00:41:17 -07:00
  • f77071254a Fixes additional odd IE8 failure Gerg 2014-10-08 22:33:36 -07:00
  • 8880729250 JsApiReporter suiteResults only includes suite results Gerg 2014-10-08 22:33:36 -07:00
  • 9ad15eeaba Merge branch 'akoptsov-patch-1' slackersoft 2014-10-08 12:52:40 -07:00
  • 10ca5f0246 Fixed path to src files in node_example Alexander Koptsov 2014-10-07 16:35:38 +04:00
  • a5cd2731b4 Fixes CI for IE8 Gerg 2014-10-05 14:33:40 -07:00
  • b12974db2e Adds suiteResults method to JsApiReporter Gerg 2014-10-04 18:34:59 -07:00
  • f4e5573ee3 Add explicit fail and move on for async functions slackersoft 2014-10-02 08:10:29 -07:00
  • 0c77c6cfb5 Use the Gemfile from the docs repo slackersoft 2014-10-01 13:10:11 -07:00
  • cfc64a6f5c bundle exec the docs rake tasks slackersoft 2014-10-01 09:59:39 -07:00
  • 6ab70923b3 Use rake tasks in the docs repo to test it slackersoft 2014-10-01 08:15:35 -07:00
  • d9c0b10be4 Remove type from queueableFns since we're not using it to determine afterAll anymore. slackersoft 2014-09-30 18:28:05 -07:00
  • a58fd20d82 Build distribution for suite failed status changes slackersoft 2014-09-26 18:35:06 -07:00
  • eefa716530 set suite status to failed when afterAll has failures slackersoft 2014-09-26 09:12:48 -07:00
  • 66c364564e Fix custom timeout specs for firefox slackersoft 2014-09-26 08:21:54 -07:00
  • 68ba5b6d48 Allow custom timeout for beforeEach, afterEach, beforeAll, afterAll and it slackersoft 2014-09-25 18:51:33 -07:00
  • 15ae0379ec Add fit and fdescribe to the public interface slackersoft 2014-09-25 13:19:13 -07:00
  • 1fb0d2eefa Merge branch 'master' of https://github.com/chernetsov/jasmine into chernetsov-master slackersoft 2014-09-25 12:55:49 -07:00
  • ba0982d89f Merge branch 'beforeAll' into master slackersoft 2014-09-24 20:19:47 -07:00
  • f703539942 build distribution for toThrowError refactor slackersoft 2014-09-24 18:27:40 -07:00
  • 62840f72a6 when jasmine clock is installed and date is mocked new Date() instanceof Date should equal true Misha Chernetsov 2014-09-24 15:07:22 -07:00
  • 6d10f97151 Merge branch 'toThrowError_refactor' slackersoft 2014-09-24 13:23:50 -07:00
  • 15f3d0e9d7 update doc comment for boot.js to match current documentation slackersoft 2014-09-23 08:22:05 -07:00
  • b1344d5c73 Add explicit fail function. slackersoft 2014-09-23 08:00:46 -07:00
  • 59aaac026c Merge branch 'paladox2015-patch-1' slackersoft 2014-09-22 13:10:12 -07:00
  • 21f62c697a Merge branch 'patch-1' of https://github.com/paladox2015/jasmine into paladox2015-patch-1 slackersoft 2014-09-22 13:09:07 -07:00
  • dc93c33af6 Merge branch 'pimterry-trackReturnValues' slackersoft 2014-09-22 13:04:18 -07:00
  • 4889583d5c Merge branch 'trackReturnValues' of https://github.com/pimterry/jasmine into pimterry-trackReturnValues slackersoft 2014-09-22 12:50:56 -07:00
  • 41df058171 update contributing doc to indicate use of jasmine-npm slackersoft 2014-09-20 20:54:45 -07:00
  • fa837ae90a Don't depend on debugger gem, we don't really have any ruby code here. slackersoft 2014-09-20 20:17:55 -07:00
  • c82c958e0d Build distribution for earlier fixes slackersoft 2014-09-16 13:05:11 -07:00
  • 752e831b30 Merge branch 'mkhanal-chain_spy_andReturn' slackersoft 2014-09-15 13:10:40 -07:00
  • bd30065d66 Merge branch 'chain_spy_andReturn' of https://github.com/mkhanal/jasmine into mkhanal-chain_spy_andReturn slackersoft 2014-09-15 13:08:37 -07:00
  • 84dff421ea Use === when checking for circular dependencies for pretty printing. slackersoft 2014-09-13 18:58:02 -07:00
  • 709e032d1c Added returnValues functionality to spy strategy Mridul 2014-09-13 12:41:20 +10:00
  • 1290d93b6a Suite result status added when suite is complete Greg Cobb 2014-09-09 11:10:30 -07:00
  • 345903220c Refactor toThrowError to be less one huge if/else if/else if block slackersoft 2014-09-07 16:02:42 -07:00
  • 3332f93a24 Only run focused runnables inside focused suites Greg Cobb 2014-09-05 12:25:28 -07:00
  • 3b19d66268 Check for afterAll failures in a more browser independent way. slackersoft 2014-09-04 18:49:14 -07:00
  • 137c1a39f6 Check afterAll failure messages with regexp, since some browsers add more info slackersoft 2014-09-04 08:06:24 -07:00
  • 9402d59859 Suites report errors in afterAlls in the suiteDone event slackersoft 2014-09-03 18:52:13 -07:00
  • e8178d061b Merge branch 'tgirardi-issue655' slackersoft 2014-09-02 13:19:44 -07:00
  • dd75394ea8 Merge branch 'issue655' of https://github.com/tgirardi/jasmine into tgirardi-issue655 slackersoft 2014-09-02 13:18:03 -07:00
  • 6b857d11ce Factor out some common logic between fdesc and desc Greg Cobb and Tim Jarratt 2014-08-29 09:25:41 -07:00
  • eb48c83649 Add specs for intervals that "clear themselves" Tomás Girardi 2014-08-28 20:58:30 -04:00
  • 08a35d134d Ensure focused tests are only run once Greg Cobb and Tim Jarratt 2014-08-28 17:54:42 -07:00
  • 14824b5f9e Expose fit and fdescribe in boot.js Greg Cobb and Tim Jarratt 2014-08-28 16:37:37 -07:00
  • 9afae3d978 Add a test documenting fits in fdescribes Greg Cobb and Tim Jarratt 2014-08-28 16:16:04 -07:00
  • 64a67ed320 Trim extraneous whitespace Greg Cobb and Tim Jarratt 2014-08-28 15:55:39 -07:00
  • dee1066652 Focused runnables play nicely with beforeAll/afterAll Greg Cobb and Tim Jarratt 2014-08-28 15:54:27 -07:00
  • d7ab9083be Add focused describe Greg Cobb and Tim Jarratt 2014-08-28 15:43:59 -07:00
  • caee1508d1 Adds a fit function to Env Greg Cobb and Tim Jarratt 2014-08-28 15:37:18 -07:00
  • 3b8326f1e6 Detect global object properly when getting the jasmine require obj slackersoft 2014-08-28 13:28:55 -07:00
  • 980509cd7b Preserve relative order of "alls" w.r.t. "eachs" Greg Cobb and Tim Jarratt 2014-08-28 11:52:34 -07:00
  • b984ff2fa6 Run before,afterAlls as 'eachs' when specifying runnablesToRun Greg Cobb and Tim Jarratt 2014-08-28 11:21:41 -07:00
  • 61bf9ac7d7 Improve quality of async timeout for afterAll spec Greg Cobb and Tim Jarratt 2014-08-28 10:24:22 -07:00
  • 5b397ff33e Revert "Deprecate suite/spec ordering hook ." Greg Cobb and Tim Jarratt 2014-08-27 17:52:29 -07:00
  • cd4d5c2445 ConsoleReporter exits 1 when afterAll events occur Greg Cobb and Tim Jarratt 2014-08-27 14:45:59 -07:00
  • 5b6edff3fd Report AfterAll failures as they occur Greg Cobb and Tim Jarratt 2014-08-27 14:01:28 -07:00
  • cc3678f033 Refactor suite to share reportExpectationFailure func Greg Cobb and Tim Jarratt 2014-08-27 13:50:56 -07:00
  • 35f52bcb24 Rewrite an incorrect suite spec Greg Cobb and Tim Jarratt 2014-08-27 12:27:11 -07:00
  • f8bccabf03 Move afterAll reporting into Suite since that's where they're being tracked slackersoft 2014-08-27 08:13:17 -07:00
  • 97867b2bf5 Reports expectation failures in afterAlls Greg Cobb and Tim Jarratt 2014-08-26 18:04:12 -07:00
  • 18eb6e2f36 Don't run npm package specs in browsers slackersoft 2014-08-26 13:18:16 -07:00
  • 51462f369b Allow clearInterval to clear it's own interval Tomás Girardi 2014-08-26 12:01:49 -04:00
  • ea57ad97cf Add some tests to make sure we're packaging up the npm properly slackersoft 2014-08-26 07:47:21 -07:00
  • 3132d98f23 Bump version to 2.0.4 now that I think npm files are sorted v2.0.4 slackersoft 2014-08-24 21:14:11 -07:00
  • b799f54bc9 Remove runtime dependency on 'glob' so we have no runtime deps slackersoft 2014-08-24 21:11:50 -07:00
  • ac8ef2988d add better support of DOM nodes into equality matcher Alexei Bykov 2014-08-24 17:07:18 +04:00
  • 3c051fc291 bump to 2.0.3 to fix npm dependencies v2.0.3 slackersoft 2014-08-22 22:50:46 -07:00
  • 6b937da863 Fix npm dependencies slackersoft 2014-08-22 22:47:43 -07:00
  • 89232db2ee Version bump to 2.0.2 v2.0.2 slackersoft 2014-08-22 22:20:38 -07:00
  • 8b0d9c83bb keep the files for running in a webpage around in the npm package slackersoft 2014-08-21 12:56:02 -07:00
  • 60533ca868 Expose files and paths necessary to embed jasmine in an html page for nodejs slackersoft 2014-08-21 08:17:02 -07:00
  • 048ab728ec Pull out the building of the jasmine interface so node and web both get the same one. slackersoft 2014-08-15 08:14:59 -07:00
  • 488df899fb Merge branch 'javenwang-suite-start' slackersoft 2014-08-06 13:24:25 -07:00
  • 753f4b44b4 Merge branch 'suite-start' of https://github.com/javenwang/jasmine into javenwang-suite-start slackersoft 2014-08-06 13:19:36 -07:00
  • 2c23d35b03 Merge branch 'javenwang-disabled-suite' slackersoft 2014-08-06 13:14:00 -07:00
  • 2b0be0c74b a disabled suite should call resultCallback with status being disabled Javen Wang 2014-04-12 19:18:59 +08:00
  • b4f49db6bd Show a dot with color of pending spec when no expectations slackersoft 2014-08-04 12:48:35 -07:00
  • cee3cc56e6 fix casing for jshint slackersoft 2014-07-31 13:42:09 -07:00
  • f2346d357f Allow mocked Date constructor to be called with a subset of full params slackersoft 2014-07-31 13:36:31 -07:00
  • ee09301d8d Console reporter prints out failed expectation's message Sheel Choksi 2014-07-27 18:31:47 -07:00
  • 760b50d969 Adding NPM instructions Davis W. Frank 2014-07-21 13:56:15 -07:00
  • 773b15e450 Fixed typo in 2.0.1.md Davis W. Frank 2014-07-21 13:24:10 -07:00
  • 227698f5fa Updating source and standalone distribution to 2.0.1 v2.0.1 Davis W. Frank 2014-07-21 12:36:24 -07:00
  • ff1fa6a893 Updating version to 2.0.1 Davis W. Frank 2014-07-21 12:35:34 -07:00
  • ba1f8bc036 Merge branch 'master' of https://github.com/pivotal/jasmine Davis W. Frank 2014-07-21 12:33:42 -07:00
  • a5be51f912 First cut at 2.0.1 release notes Davis W. Frank 2014-07-21 12:33:39 -07:00
  • d64ed6ebe9 Merge pull request #632 from kissrobber/bug_fix Rajan Agaskar 2014-07-21 06:46:05 -07:00
  • 062dc6b15a fix a potential bug kissrobber 2014-07-21 00:35:33 +09:00
  • 33641578e6 update release doc to use github releases slackersoft 2014-07-18 14:27:18 -07:00
  • a1c109ea17 Contains is explicitly false if actual is undefined or null slackersoft 2014-07-18 13:18:22 -07:00
  • 62212bbfa4 use released jasmine selenium runner slackersoft 2014-07-18 13:07:11 -07:00
  • 6a89d084f4 Merge pull request #621 from bengrunfeld/docs-installation Rajan Agaskar 2014-07-07 12:56:32 -07:00
  • 013c4f725f Add Ruby Gem and Python Egg to docs bengrunfeld 2014-07-07 10:11:13 -06:00