Commit Graph

133 Commits

Author SHA1 Message Date
John Bintz
1d3991f52e support globs in file filters, fixes #29 2011-06-30 06:41:32 -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
c67f8dbadf run all tests after focused run if console.log was used 2011-06-24 15:57:00 -04:00
John Bintz
cc370aac0b remove unneeded method 2011-06-23 09:34:41 -04:00
John Bintz
c359e8b28b targeted runs w/ files outside scope work 2011-06-23 09:29:07 -04:00
John Bintz
d4b886099c fix other half of #19, better error reporting and exceptions 2011-06-19 15:08:18 -04:00
John Bintz
3b71a0355b half-fix for #19, ensure coffeescript files have newlines separating them 2011-06-19 14:51:47 -04:00
John Bintz
293763cc1e make the rake task use the shiny new runner 2011-06-16 19:38:45 -04:00
John Bintz
d3b3cb6c23 remove another debug thing 2011-06-16 10:52:13 -04:00
John Bintz
50bd14a82e fix running from non-cli 2011-06-16 10:11:37 -04:00
John Bintz
cdff35c0e2 break out running from bin 2011-06-16 09:51:49 -04:00
John Bintz
c29757ad9f ensure files are not required twice, fixes #10 (h/t @dnagir) 2011-06-11 09:54:15 -04:00
John Bintz
46d1027982 fix coffeescript compile error support 2011-06-10 17:14:50 -04:00
John Bintz
d0afb329f1 caching doesn't work as nicely w/ grouped coffeescript compile, turning it off for now 'cause the speed benefit of grouped compilation is already huge 2011-06-10 14:25:08 -04:00
John Bintz
67940c5066 only call the coffeescript compiler as much as needed. so much faster 2011-06-10 14:18:35 -04:00
John Bintz
5e1520a732 option to not run all tests if you don't want it to 2011-06-10 11:10:09 -04:00
John Bintz
f7d899b0f7 write out two templates and execute one after the other if everything's cool 2011-06-10 11:02:26 -04:00
John Bintz
c32f13fbe1 factor out file list management 2011-06-10 10:04:21 -04:00
John Bintz
1d4d5f397a tweak a test for multi-platform run 2011-06-07 15:04:11 -04:00
John Bintz
3f630c73e9 give better messages with javascript errors 2011-05-31 09:37:29 -04:00
John Bintz
029e12ad7b can write out a reporting file 2011-05-29 12:30:19 -04:00
John Bintz
aa11f442bc add global options 2011-05-16 17:19:44 -04:00
John Bintz
b2571b4e3e only run the provided specs 2011-05-11 10:29:02 -04:00
John Bintz
cf5cd24d1b have jasmine config set by argument 2011-05-11 10:17:27 -04:00
John Bintz
f6f975a8c9 requisite pre-release code cleanup 2011-05-09 15:52:11 -04:00
John Bintz
d24e41198c remove our distribution of jasmine and use the gem 2011-05-06 14:16:25 -04:00
John Bintz
603ba69f77 start factoring out some things 2011-05-06 14:05:15 -04:00
John Bintz
a582c6387b more stuff, like console.log error code and others 2011-04-13 20:21:23 -04:00