Commit Graph

  • feebfbba68 Update README.markdown Rajan Agaskar 2012-05-09 09:51:29 -07:00
  • 8e4bd86865 Merge pull request #220 from moonmaster9000/patch-1 Rajan Agaskar 2012-05-02 10:51:26 -07:00
  • 4f218f7d6a cover spy on on undefined method Gunnar Ahlberg 2012-05-02 14:11:22 +02:00
  • bb1a4428db update the copyright and remove the blank "what's here" section. Matt Parker 2012-04-13 23:30:12 -03:00
  • 079740ca2c Make Thor tasks more visible; Init Pages submodule when not present if about to run tests that require it Davis W. Frank 2012-04-09 22:21:09 -07:00
  • fbbccf6ef7 Bump to 1.2.0.rc3 v1.2.0.rc3 ragaskar 2012-04-04 09:48:00 -07:00
  • 7ad75c13d4 Fix Matchers.any specs in Firefox ragaskar 2012-04-04 08:41:59 -07:00
  • d46ca4f506 correct for 1.2.0.rc2 v1.2.0.rc2 Davis W. Frank 2012-04-03 15:35:08 -07:00
  • ee7af4496c Pages updated for 1.2.0.rc1 Davis W. Frank 2012-04-02 18:37:35 -07:00
  • e22c4492a5 release prep for 1.2.0.rc1 Davis W. Frank 2012-04-02 18:34:59 -07:00
  • d63836afb4 Fix for copying built Github pages to the submodule properly Davis W. Frank 2012-04-02 18:33:38 -07:00
  • 06f1edc197 Merge branch 'master' of github.com:pivotal/jasmine Davis W. Frank 2012-04-01 17:03:06 -07:00
  • 3a6b233a2e Merge pull request #209 from mark-rushakoff/ruby187fix Davis W. Frank 2012-04-01 17:02:20 -07:00
  • d15964b7dc fix JasmineDev#has_node? for Ruby 1.8.7 Mark Rushakoff 2012-04-01 15:44:36 -07:00
  • 6e22754c10 1.2.0.rc1 commit Davis W. Frank 2012-04-01 13:19:24 -07:00
  • bab4538404 Fix to name the standalone distribution from the version number Davis W. Frank 2012-04-01 13:11:53 -07:00
  • 06d191af74 Merge branch 'master' of github.com:pivotal/jasmine Davis W. Frank 2012-04-01 13:08:55 -07:00
  • ad78d0d0d8 Fixed bug where version for Ruby gem wasn't correct Davis W. Frank 2012-04-01 13:08:42 -07:00
  • 733a6a4ae4 Merge pull request #208 from mark-rushakoff/ansicolor-cleanup Davis W. Frank 2012-04-01 13:00:57 -07:00
  • 3e0cad41f5 Remove remaining references to term-ansicolor Mark Rushakoff 2012-04-01 12:30:38 -07:00
  • 885832e920 Forgot to update Contribute to include new Thor tasks Davis W. Frank 2012-04-01 11:36:29 -07:00
  • 3a0ada034b Move sources order to Ruby, which is where it's used. Davis W. Frank 2012-04-01 11:28:57 -07:00
  • 674197aef8 Removed TermAnsiColor gem (uses GPL and isn't needed anymore) Davis W. Frank 2012-04-01 10:51:04 -07:00
  • 626da5a112 Re-implemented all development Rake tasks in Thor. Now actually tested. Davis W. Frank 2012-04-01 10:47:29 -07:00
  • a3ccd8b0d3 less confusing messages for toHaveBeenCalledWith gvanhove 2012-03-02 19:28:15 -08:00
  • 4a1a2123a3 Fixes https://github.com/pivotal/jasmine-gem/issues/65 and https://www.pivotaltracker.com/story/show/24902023 Davis W. Frank 2012-02-25 11:58:54 -08:00
  • c87cf71f4f Merge pull request #156 from cathoderay/master Davis W. Frank 2012-01-08 12:46:14 -08:00
  • e4c557faae Merge pull request #158 from grosser/contribute-markup Davis W. Frank 2012-01-08 12:45:50 -08:00
  • 6559c5b43a Merge pull request #157 from grosser/license Davis W. Frank 2012-01-08 12:45:21 -08:00
  • 912397120b Merge pull request #170 from edtsech/patch-1 Davis W. Frank 2012-01-08 12:41:46 -08:00
  • 551464b8d2 Remove double negative in docs (not.toNotContain, not.toNotEqual) Edward Tsech 2012-01-04 16:21:54 +01:00
  • 8a298e5c0e Merge pull request #168 from thedeeno/linux_open_browser Davis W. Frank 2012-01-03 17:07:17 -08:00
  • 94a153ed15 add linux support to rake spec:browser Dane O'Connor 2012-01-03 17:12:20 -05:00
  • b4439f74d5 Merge pull request #100 from gvanhove/objectContaining Davis W. Frank 2011-11-18 13:26:04 -08:00
  • d70e733f70 remove unwanted spaces in it calls, and make the spec counting regex tolerate them if they exist so counts match even when using bad style gvanhove 2011-11-14 18:43:13 -08:00
  • ac096f9911 convert objectContaining to use jasmineMatches and jasmineToString gvanhove 2011-03-15 18:40:11 -07:00
  • 08d72926ff More renaming of hash gvanhove 2011-03-15 18:30:05 -07:00
  • 67ec0af254 use jasmineMatches for equality testing of complicated matchers gvanhove 2011-03-15 08:23:38 -07:00
  • 4f2fcff15a Use jasmineToString for printing out complicated matchers gvanhove 2011-03-14 18:50:08 -07:00
  • 7158fc2426 Rename hashContaining to objectContaining, since this is javascript. Also call the toString from prettyPrinter gvanhove 2011-03-10 07:59:19 -08:00
  • 992367dcbc New matcher "hashContaining" similar to rspec's hash_including gvanhove 2011-03-09 18:56:28 -08:00
  • ce886e20e4 commit updated version into jasmine.js gvanhove 2011-03-12 13:04:30 -08:00
  • 86b0c80cc9 fix task list not displaying properly on github for contribute.markdown grosser 2011-11-13 09:18:34 -08:00
  • 7dff84b1dc add license to gemspec so automated tools can pick it up grosser 2011-11-13 09:12:29 -08:00
  • 8c22b26d9c fixing typo Ronald Andreu Kaiser 2011-11-11 16:42:50 -02:00
  • ad4f48dcd4 Add new HTMLReporter Davis W. Frank & Sean Durham 2011-11-04 14:41:42 -07:00
  • de9e2abad5 Use correct name for Davis. Davis W. Frank & Rajan Agaskar 2011-11-04 14:31:15 -07:00
  • 41f496001f Version bump to 1.1.0 v1.1.0 ragaskar 2011-09-10 13:51:11 -04:00
  • c216047711 Version bump v1.2.0.rc1 ragaskar 2011-09-10 12:37:39 -04:00
  • b087609733 Add stylesheets for TrivialReporter Sean Durham 2011-08-28 15:21:04 -07:00
  • ac50cf4c14 include stylesheets for TrivialReporter and HTMLReporter, scoped so they don't interfere with each other. Sean Durham 2011-08-28 15:04:59 -07:00
  • de341a8fe1 Bump version, recompile libraries Davis W. Frank 2011-08-26 07:25:10 -04:00
  • fa317e4dda Deprecate TrivialReporter, Use HTMLReporter Davis W. Frank 2011-08-26 07:24:52 -04:00
  • 05b7730db1 Add New HTMLReporter Davis W. Frank 2011-08-26 07:24:10 -04:00
  • 9423dfee07 Add semi. Davis W. Frank 2011-08-26 07:21:34 -04:00
  • 6b5956724b Version bump to rc4 v1.1.0.rc4 ragaskar 2011-09-01 07:25:11 -04:00
  • ec24992250 Merge pull request #123 from Osukaru/master Rajan Agaskar 2011-09-01 04:23:41 -07:00
  • 83f232237d fixed html comments Osukaru 2011-08-26 01:22:11 +03:00
  • 98d32bb4a4 Merge pull request #111 from qfox/patch-1 Rajan Agaskar 2011-07-21 04:07:52 -07:00
  • c4f27ae377 ASI trolling qfox 2011-07-21 00:58:53 -07:00
  • a075c75bce Version bump to 1.1.0.rc3 v1.1.0.rc3 ragaskar 2011-07-13 07:23:29 -04:00
  • a617b59e6a Bump to rc2 v1.1.0.rc2 ragaskar 2011-06-24 21:34:29 -04:00
  • 917b37481e Update rake ragaskar 2011-06-24 21:25:06 -04:00
  • 67bbc98faa Bump version ragaskar 2011-06-24 21:21:56 -04:00
  • 620f7b6e4c Updates to Pages; Updates to docs; Davis W. Frank 2011-06-23 19:02:17 -07:00
  • b722f416c7 Write out version.rb on dist build ragaskar 2011-06-23 07:55:04 -04:00
  • 634a7dc402 Rollback pages submodule bump ragaskar 2011-06-23 07:32:05 -04:00
  • a4522e4dce Updated Release readme Davis W. Frank 2011-06-21 20:19:28 -07:00
  • e113c338d0 Merge branch 'master' of github.com:pivotal/jasmine Davis W. Frank 2011-06-21 20:11:10 -07:00
  • b81f690a25 Require JSON in time for the gemspec ragaskar 2011-06-21 08:05:41 -04:00
  • c06e189699 Ignore tags ragaskar 2011-06-21 08:05:20 -04:00
  • 67b6cfb828 Improve the rake standalone task Davis W. Frank 2011-06-20 18:27:57 -07:00
  • 57e622fb2a Fix to version structure for "release_candidate" Davis W. Frank 2011-06-20 18:17:24 -07:00
  • c0664dd6aa merge Davis W. Frank 2011-06-20 08:46:37 -07:00
  • b640ce6fc0 wip on readme for release Davis W. Frank 2011-06-20 07:32:40 -07:00
  • e9af7834f5 Better argument handling in Jasmine::Core#spec_files ragaskar 2011-06-18 09:43:14 -04:00
  • 0d43ae9c38 Give Jasmine::Core access to jasmine specs [#13128217] ragaskar 2011-06-18 09:39:10 -04:00
  • 30431a3958 Gem-ize jasmine [Finishes #13128217] v1.1.0.rc1 ragaskar 2011-06-17 20:40:15 -04:00
  • 3775919c92 remove old, commented-out tasks Davis W. Frank 2011-06-17 08:23:17 -07:00
  • a692ff8c95 Need HAML in the Gemfile; continued fixes to the Rake tasks Davis W. Frank 2011-06-17 08:20:22 -07:00
  • e4e9b51544 rename TrivialConsoleReporter to ConsoleReporter Davis W. Frank 2011-06-16 22:35:57 -07:00
  • 0b97951766 Better coloring of output of Rake tasks; Turn off colored output in Rake tasks if not on a TTY (not sure if it works in Hudson); Add support to TCR for turning off colors since there is code to calc options but it wasn't used; NOTE: coloring in TCR should be MUCH better tested. Davis W. Frank 2011-06-16 22:34:11 -07:00
  • 75dd391d57 should fix red build Davis W. Frank 2011-06-16 08:33:59 -07:00
  • ae24e00c0f Support for release candidates in the version.json file; propagates up through the version string everywhere: filenames, ZIP, source code Davis W. Frank 2011-06-15 18:37:12 -07:00
  • 6b2e45eab5 Refactor of standalone build tasks; Better templating of the core runner.html and the example SpecRunner.html Davis W. Frank 2011-06-15 09:15:40 -07:00
  • e59171935f breaking up distribution tasks; moving version to a template to have a simpler concat function Davis W. Frank 2011-06-14 08:30:14 -07:00
  • 2ba0aa371c Refactor how the distribution is built Davis W. Frank 2011-06-13 08:23:10 -07:00
  • c2ed71717f Remove link to github page from Runner Davis W. Frank 2011-06-11 16:51:16 -07:00
  • 09e8822107 WIP on new Contribution docs Davis W. Frank 2011-06-11 16:47:12 -07:00
  • 15763c2eb0 Output number of expected specs for browser, node before running specs. NOTE: We distribution tasks still broken. Davis W. Frank 2011-06-11 15:59:34 -07:00
  • 3f264cde34 fix so that all specs are pulled into runner.html Davis W. Frank 2011-06-11 14:48:41 -07:00
  • 22904c4f83 Add release candidate option. Add node required message. Bump version. v2.0.0.rc1 ragaskar 2011-06-11 00:33:47 -04:00
  • 995cdd6e3b Jasmine core files should be available to other gems ragaskar 2011-04-29 22:41:18 -04:00
  • 48c8d2cc1f Add bundler gem skeleton ragaskar 2011-04-29 20:01:40 -04:00
  • f83cb7f766 Runner.html is now generated (ensures all source & specs get tested); beginnings of refactoring of Rake tasks. Davis W. Frank 2011-06-09 19:24:51 -07:00
  • 9d5470ff55 removing expectation count from TCR to match browser reporter Davis W. Frank 2011-06-08 18:36:58 -07:00
  • 86b095e5a4 Src & Spec dirs now have same structure; console/, core/, and html/ Davis W. Frank 2011-06-08 18:30:35 -07:00
  • 4c6dafa3f5 OCD Davis W. Frank 2011-06-08 08:36:03 -07:00
  • 3f4adf7715 Removed dead code Davis W. Frank 2011-06-08 08:29:39 -07:00
  • af7f1818b0 Revert back to the old jasmine.css Davis W. Frank 2011-06-05 21:55:51 -07:00