On Nov 2, 2009, at 3:10 PM, BrianTheCoder wrote:
How do I just invoke the spec runner through code? I have a watchr
file that I want to run the specs when files change, but I am shelling
out right now, so i though i'd speed it up by keeping it ruby. I
tried digging through the spec file, but lo
Brian,
Have you tried autospec. It does almost exactly this. When used with spork
it's incredibly fast.
--
Vishu Ramanathan
co-founder thinklink llc 312.436.1627
new homepage! ---> thinklinkllc.com
mocklinkr.com makes web mockups come to life
thinklinkr.com is the web-based collaborative outline
How do I just invoke the spec runner through code? I have a watchr
file that I want to run the specs when files change, but I am shelling
out right now, so i though i'd speed it up by keeping it ruby. I
tried digging through the spec file, but lost while digging through
the files
_