Rajan Agaskar
98d32bb4a4
Merge pull request #111 from qfox/patch-1
...
Add missing semi.
2011-07-21 04:07:52 -07: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
ragaskar
917b37481e
Update rake
2011-06-24 21:25:06 -04:00
ragaskar
67bbc98faa
Bump version
2011-06-24 21:22:19 -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
ragaskar
634a7dc402
Rollback pages submodule bump
2011-06-23 07:32:05 -04:00
Davis W. Frank
a4522e4dce
Updated Release readme
2011-06-21 20:19:28 -07:00
Davis W. Frank
e113c338d0
Merge branch 'master' of github.com:pivotal/jasmine
2011-06-21 20:11:10 -07:00
ragaskar
b81f690a25
Require JSON in time for the gemspec
2011-06-21 08:05:41 -04:00
ragaskar
c06e189699
Ignore tags
2011-06-21 08:05:20 -04:00
Davis W. Frank
67b6cfb828
Improve the rake standalone task
2011-06-20 18:27:57 -07: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
3775919c92
remove old, commented-out tasks
2011-06-17 08:23:17 -07:00
Davis W. Frank
a692ff8c95
Need HAML in the Gemfile; continued fixes to the Rake tasks
2011-06-17 08:20:22 -07: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
09e8822107
WIP on new Contribution docs
2011-06-11 16:47:12 -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
3f264cde34
fix so that all specs are pulled into runner.html
2011-06-11 14:48:41 -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
9d5470ff55
removing expectation count from TCR to match browser reporter
2011-06-08 18:36:58 -07:00
Davis W. Frank
86b095e5a4
Src & Spec dirs now have same structure; console/, core/, and html/
2011-06-08 18:30:35 -07:00
Davis W. Frank
4c6dafa3f5
OCD
2011-06-08 08:36:03 -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
da297d0f56
And what I meant was *this* commit was pulling in the fixes to TrivialConsoleReporter
2011-05-25 08:28:16 -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
Davis W. Frank
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.
2011-05-16 18:28:46 -07:00
Davis W. Frank
1d65d56a92
TrivialConsoleReporter refactor & fixes. No longer limitied to 50 columns of dots.
2011-05-16 08:08:12 -07:00
ragaskar
d875d1d997
Don't run TrivialConsoleReporter specs if TrivialConsoleReporter is not loaded
2011-05-06 23:18:57 -04:00
ragaskar
1fae8f0a31
Rebuild main jasmine lib
2011-05-06 23:08:49 -04:00
ragaskar
c1f8151bcb
Add png suitable for favicon
2011-05-06 22:40:53 -04:00
ragaskar
bd8a3baed1
Remove unused image files
2011-05-06 22:30:48 -04:00