Scott Davis
|
297f822da1
|
register non supported formats to there own handler and return there contents as empty so sprokets requres do not have to be changed for work. This will report to STDOUT if the file has been skipped
|
2011-12-05 18:49:52 -05:00 |
|
John Bintz
|
6ad4bdaec0
|
also provide asset_paths in jasmine.yml for adding paths
|
2011-12-01 16:52:01 -05:00 |
|
John Bintz
|
e25d89962c
|
fix issues for when not running under bundler
|
2011-12-01 10:37:35 -05:00 |
|
John Bintz
|
9affa65df4
|
fix writing of paths and stuff, fixes #77
|
2011-11-29 10:56:02 -05:00 |
|
John Bintz
|
ee3b6e598c
|
cacheable actions write out better filenames, and get rid of local jquery and use jquery-rails gem for testing
|
2011-11-28 16:53:42 -05:00 |
|
John Bintz
|
3fe66c66c5
|
specify the random order seed with --seed
|
2011-11-28 11:47:05 -05:00 |
|
John Bintz
|
f8db052281
|
randomize spec load order because why not
|
2011-11-25 18:11:21 -05:00 |
|
John Bintz
|
16f867af09
|
a little cleanup work
|
2011-11-25 16:18:06 -05:00 |
|
John Bintz
|
3911041866
|
merge sprockets code into mainline, please report bugs
|
2011-11-23 09:50:14 -05:00 |
|
John Bintz
|
edf5a49f27
|
test coverage and cleanup in anticipation of merge
|
2011-11-23 09:35:44 -05:00 |
|
John Bintz
|
634f60ffe6
|
fix tests
|
2011-11-22 14:01:05 -05:00 |
|
John Bintz
|
2316041580
|
ok i actually want a bundled asset
|
2011-11-22 10:51:46 -05:00 |
|
John Bintz
|
7d75b5466f
|
whoa actually just plug in sprockets, need to backfill tests later since i have real work to do
|
2011-11-22 10:36:42 -05:00 |
|
John Bintz
|
7206341768
|
require_self
|
2011-11-21 20:18:11 -05:00 |
|
John Bintz
|
fde8bc3b7b
|
a ton of changes
|
2011-11-21 10:32:49 -05:00 |
|
John Bintz
|
d214674620
|
fixing things up and cleaning more things
|
2011-11-20 13:35:30 -05:00 |
|
John Bintz
|
ca8c655f00
|
more sprockets improvements
|
2011-11-20 11:56:25 -05:00 |
|
John Bintz
|
61c8ed8828
|
more sprockets improvements
|
2011-11-19 19:15:38 -05:00 |
|
John Bintz
|
e04d692d26
|
reowrk a bunch of the tilt stuff, only use extensions we know
|
2011-11-19 12:45:40 -05:00 |
|
John Bintz
|
8867d00ac8
|
support sprockets-style jst templates
|
2011-11-18 16:00:24 -05:00 |
|
John Bintz
|
537b2e437d
|
more work on making sprockets support better, oh yeah
|
2011-11-18 11:50:48 -05:00 |
|
John Bintz
|
4f8e732fa4
|
run the spec file analyzer through the gauntlet
|
2011-11-18 06:29:36 -05:00 |
|
John Bintz
|
a2e3ea90c9
|
require works, whoa
|
2011-11-17 22:16:04 -05:00 |
|
John Bintz
|
1583807c14
|
still reworking things, broken
|
2011-11-17 16:18:25 -05:00 |
|
John Bintz
|
4150dd1828
|
working on stuff, broken
|
2011-11-16 15:28:02 -05:00 |
|
John Bintz
|
894b979674
|
merge jasmine.yml keys the same way as the gem
|
2011-10-24 11:48:41 -04:00 |
|
John Bintz
|
951cf80f09
|
also allow runner output to be defined in yaml, implements #66
|
2011-10-11 08:55:43 -04:00 |
|
John Bintz
|
0be7b9e20c
|
start work on writing out report files usable by other things
|
2011-10-10 14:11:13 -04:00 |
|
John Bintz
|
243fe526ac
|
rip out the big js parser and put in a tiny one to guess spec line numbers on failures
|
2011-09-12 15:12:58 -04:00 |
|
John Bintz
|
dc134dcf24
|
fix the determination of spec files for line number analysis
|
2011-09-09 11:49:17 -04:00 |
|
John Bintz
|
a8b066ee50
|
make sure reports don't blow up with multi-line console messages
|
2011-09-08 12:17:50 -04:00 |
|
John Bintz
|
363ee91b6b
|
better support for when we don't know spec line location
|
2011-09-06 16:48:19 -04:00 |
|
John Bintz
|
6bf64edb32
|
better support for re-running specific specs and getting information on which specs failed
|
2011-09-06 16:01:10 -04:00 |
|
John Bintz
|
7f197c3719
|
modify reporter for use with guard
|
2011-09-03 07:54:52 -04:00 |
|
John Bintz
|
cae6f16623
|
finish new-style reporting, time to use it
|
2011-09-02 17:00:21 -04:00 |
|
John Bintz
|
f1318a5223
|
Merge branch 'master' into qt-cleanup
|
2011-09-02 15:52:24 -04:00 |
|
John Bintz
|
e5510f13d0
|
halfway in the middle of the reporting change
|
2011-09-02 15:52:19 -04:00 |
|
John Bintz
|
c523a1e310
|
second part - cache spec file analysis
|
2011-09-01 10:39:29 -04:00 |
|
John Bintz
|
fa27ee715a
|
enable coffeescript cache, step 1 of a big speedup
|
2011-09-01 09:38:53 -04:00 |
|
John Bintz
|
a46e72c1e2
|
fix colors options, fixes #55
|
2011-08-23 20:07:05 -04:00 |
|
John Bintz
|
dc5b8c026d
|
better errors and flatten jasmine.yml keys, allowing for merged yaml sequences in config
|
2011-08-10 13:11:05 -04:00 |
|
John Bintz
|
75f4d26344
|
better handling of rails version checks
|
2011-07-19 10:29:25 -04:00 |
|
John Bintz
|
3c4e557517
|
show line numbers for spec failures, whoa nelly
|
2011-07-13 14:42:47 -04:00 |
|
John Bintz
|
edd503f262
|
passing in no files doesn't mean run a focused test with zero files, doi
|
2011-06-29 10:38:15 -04:00 |
|
John Bintz
|
99c939e6d0
|
raise exceptions on rake task failures, hopefully addresses #26
|
2011-06-28 11:24:11 -04:00 |
|
John Bintz
|
7316f77367
|
use mocha mocking instead of punching ducks
|
2011-06-28 11:06:36 -04:00 |
|
John Bintz
|
343fd6f84b
|
rearrange the furniture on the Rake task test a little bit
|
2011-06-28 10:30:41 -04:00 |
|
Zachary Spencer
|
3b214f913f
|
made the tests a bit more robust, but they may now be more DANGEROUS!
|
2011-06-28 16:49:31 +08:00 |
|
Zachary Spencer
|
ccaab1c8f3
|
Made it so the rake task doesn't explode if you're too cool to use Rails
|
2011-06-28 16:31:37 +08:00 |
|
John Bintz
|
d4b886099c
|
fix other half of #19, better error reporting and exceptions
|
2011-06-19 15:08:18 -04:00 |
|