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
ragaskar
118324b451
Don't show 'Jasmine waiting for...' console messages unless jasmine.VERBOSE is set to true
2011-05-06 19:07:00 -04:00
ragaskar
c30f7d1aa7
Fail with an error if node is not installed when running rake spec
2011-05-06 18:34:42 -04:00
ragaskar
de7be4b316
ignore rvmrc
2011-05-06 18:32:58 -04:00
Davis W. Frank
b02aa9840a
fixed bad merge of gvanhove's describe exception fix
2011-04-17 21:44:41 -07:00
Davis W. Frank
61de2268fe
toBeCloseTo matcher merged in
2011-04-17 21:18:41 -07: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
Steve Conover
38e9af8f68
integrating TrivialConsoleReporter into node_suite.js, deleting some code pulled over from jasmine-node
2011-04-17 20:50:57 -07:00
Carl Jackson & Davis W. Frank
e826fbb170
More README edits for the Contributor guide
2011-03-09 13:31:03 -08:00
Carl Jackson & Davis W. Frank
0c77662c5b
One more README tweak
2011-03-09 13:15:33 -08:00
Davis W. Frank
75fb19bc49
README changes
2011-03-09 08:16:47 -08:00
Davis W. Frank
6ec825f62d
Updating docs. Version goes to 1.1.0
2011-03-08 18:39:13 -08:00
Davis W. Frank
fc994108db
Update Rakefile a bit. Added more rake tasks to run specs.
2011-03-08 18:38:46 -08:00
Davis W. Frank
70aed2d900
move all "assertion" to "expectation"
2011-03-08 18:37:44 -08:00
Davis W. Frank
ccfa17499f
Merge remote branch 'sconover/trivial_console_reporter' into work
2011-03-07 22:35:25 -08:00
Davis W. Frank
ab087ef5f8
Pendantic terminology
2011-03-07 22:34:58 -08:00
Davis W. Frank
0ef6582f73
Merging in sconover/jshint
2011-03-07 22:30:43 -08:00
Steve Conover
a1ba43c864
call back when done
2011-02-28 23:58:06 -08:00
Steve Conover
88ee377662
integrated trivial console into a real-world situation and dicovered a couple mistakes/misses
2011-02-28 23:18:53 -08:00
Steve Conover
f5afe18a6b
semicolon fixes subsequent to jshint run
2011-02-28 22:56:04 -08:00
Steve Conover
2731716ccb
making this consistent
2011-02-28 22:39:16 -08:00
Steve Conover
4e5083d570
style rf
2011-02-28 22:36:31 -08:00
Steve Conover
b9cbd3c5a0
integration test - failure scenario
2011-02-28 22:30:03 -08:00
Steve Conover
e42026ee84
rename *node to *console
2011-02-28 21:15:57 -08:00
Steve Conover
a1f58f8be4
rf
2011-02-28 21:15:57 -08:00