ragaskar
fbbccf6ef7
Bump to 1.2.0.rc3
2012-04-04 09:48:00 -07:00
Davis W. Frank
d46ca4f506
correct for 1.2.0.rc2
2012-04-03 15:35:08 -07:00
Davis W. Frank
e22c4492a5
release prep for 1.2.0.rc1
2012-04-02 18:34:59 -07:00
Davis W. Frank
6e22754c10
1.2.0.rc1 commit
2012-04-01 13:19:24 -07:00
Davis W. Frank
bab4538404
Fix to name the standalone distribution from the version number
2012-04-01 13:11:53 -07:00
Davis W. Frank
ad78d0d0d8
Fixed bug where version for Ruby gem wasn't correct
2012-04-01 13:08:42 -07:00
Davis W. Frank
674197aef8
Removed TermAnsiColor gem (uses GPL and isn't needed anymore)
2012-04-01 10:51:04 -07:00
Davis W. Frank
626da5a112
Re-implemented all development Rake tasks in Thor. Now actually tested.
...
Fixes:
* https://www.pivotaltracker.com/story/show/25484287 & https://github.com/pivotal/jasmine/issues/183
* https://www.pivotaltracker.com/story/show/25485401 & https://github.com/pivotal/jasmine/issues/189
* https://www.pivotaltracker.com/story/show/25485953 & https://github.com/pivotal/jasmine/issues/159
2012-04-01 10:47:29 -07:00
Davis W. Frank
c87cf71f4f
Merge pull request #156 from cathoderay/master
...
fixing typo
2012-01-08 12:46:14 -08:00
gvanhove
7158fc2426
Rename hashContaining to objectContaining, since this is javascript. Also call the toString from prettyPrinter
2011-11-14 18:26:48 -08:00
gvanhove
992367dcbc
New matcher "hashContaining" similar to rspec's hash_including
2011-11-14 18:26:48 -08:00
gvanhove
ce886e20e4
commit updated version into jasmine.js
2011-11-14 18:26:48 -08:00
Ronald Andreu Kaiser
8c22b26d9c
fixing typo
2011-11-11 16:42:50 -02:00
Davis W. Frank & Sean Durham
ad4f48dcd4
Add new HTMLReporter
2011-11-04 14:43:19 -07:00
ragaskar
41f496001f
Version bump to 1.1.0
2011-09-10 13:51:11 -04:00
ragaskar
6b5956724b
Version bump to rc4
2011-09-01 07:26:07 -04:00
Osukaru
83f232237d
fixed html comments
2011-08-26 01:22:11 +03:00
qfox
c4f27ae377
ASI trolling
2011-07-21 00:58:53 -07:00
ragaskar
a075c75bce
Version bump to 1.1.0.rc3
2011-07-13 07:23:29 -04:00
ragaskar
a617b59e6a
Bump to rc2
2011-06-24 21:34:29 -04:00
Davis W. Frank
620f7b6e4c
Updates to Pages; Updates to docs;
2011-06-23 19:02:17 -07:00
ragaskar
b722f416c7
Write out version.rb on dist build
2011-06-23 07:55:04 -04:00
Davis W. Frank
57e622fb2a
Fix to version structure for "release_candidate"
2011-06-20 18:17:24 -07:00
Davis W. Frank
c0664dd6aa
merge
2011-06-20 08:46:37 -07:00
Davis W. Frank
b640ce6fc0
wip on readme for release
2011-06-20 07:32:40 -07:00
ragaskar
e9af7834f5
Better argument handling in Jasmine::Core#spec_files
2011-06-18 09:43:14 -04:00
ragaskar
0d43ae9c38
Give Jasmine::Core access to jasmine specs
...
[#13128217 ]
2011-06-18 09:39:23 -04:00
ragaskar
30431a3958
Gem-ize jasmine
...
[Finishes #13128217 ]
2011-06-17 21:01:42 -04:00
Davis W. Frank
e4e9b51544
rename TrivialConsoleReporter to ConsoleReporter
2011-06-16 22:35:57 -07:00
Davis W. Frank
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.
2011-06-16 22:34:11 -07:00
Davis W. Frank
75dd391d57
should fix red build
2011-06-16 08:33:59 -07:00
Davis W. Frank
ae24e00c0f
Support for release candidates in the version.json file; propagates up through the version string everywhere: filenames, ZIP, source code
2011-06-15 18:37:12 -07:00
Davis W. Frank
6b2e45eab5
Refactor of standalone build tasks; Better templating of the core runner.html and the example SpecRunner.html
2011-06-15 09:15:40 -07:00
Davis W. Frank
e59171935f
breaking up distribution tasks; moving version to a template to have a simpler concat function
2011-06-14 08:30:14 -07:00
Davis W. Frank
2ba0aa371c
Refactor how the distribution is built
2011-06-13 08:23:10 -07:00
Davis W. Frank
c2ed71717f
Remove link to github page from Runner
2011-06-11 16:51:16 -07:00
Davis W. Frank
15763c2eb0
Output number of expected specs for browser, node before running specs. NOTE: We distribution tasks still broken.
2011-06-11 15:59:34 -07:00
Davis W. Frank
f83cb7f766
Runner.html is now generated (ensures all source & specs get tested); beginnings of refactoring of Rake tasks.
2011-06-09 19:24:51 -07:00
Davis W. Frank
3f4adf7715
Removed dead code
2011-06-08 08:29:39 -07:00
Davis W. Frank
af7f1818b0
Revert back to the old jasmine.css
2011-06-05 21:55:51 -07:00
Davis W. Frank
12f56787b0
Move building single-file JS to use a JSON file with initial priority files
2011-06-05 21:55:32 -07:00
Davis W. Frank
e88d88e427
Move all core files into src/core.
...
Move Browser & Node specs to test against lib/jasmine.js instead of the separate source. Yes, this makes development a little harder but it's better to test that jasmine.js was built correctly.
2011-06-05 21:28:26 -07:00
Davis W. Frank
ba10d178b2
Better stack trace on exception. Better results if exception is due to true exception
2011-06-01 21:14:59 -07:00
Davis W. Frank
7ead5388c2
merge in fixes to TrivialConsoleReporter: correct # of specs, no longer limited by column length
2011-05-25 08:14:18 -07:00
ragaskar
1fae8f0a31
Rebuild main jasmine lib
2011-05-06 23:08:49 -04:00
gvanhove
dd32048383
Failure messages for toHaveBeenCalledWith print out the name of the spy
2011-04-17 20:55:32 -07:00
gvanhove
32e736aa47
commit updated version into jasmine.js
2011-04-17 20:55:32 -07:00
Davis W. Frank
0ef6582f73
Merging in sconover/jshint
2011-03-07 22:30:43 -08:00
Davis W. Frank
148317eb90
1.0.2, finishing to Frank for static pages
2011-02-27 12:26:38 -08:00
Steve Conover
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.
2011-02-26 15:07:59 -08:00