On Mon, Feb 23, 2009 at 9:26 AM, Christian Hoeppner <chris.webs...@gmail.com> wrote: > I'm not really sure what options autotest has, since the website is on > "coming soon", and autotest -h doesn't show any help, so I'm thinking about > rspec options, like the rpsec command to use, arguments (--diff unified > --color, etc). > > Is there a place to read up on autotest behavior and options? I couldn't > even find a manpage, but maybe I'm not looking hard enough.
There's not much to look at other than the code - that's where I learned everything I know about autotest. As for rspec options, put those in spec/spec.opts and autotest/rspec will load them implicitly. > > On 23/02/2009, at 13:49, David Chelimsky wrote: > >> On Mon, Feb 23, 2009 at 4:17 AM, Christian Hoeppner >> <chris.webs...@gmail.com> wrote: >>> >>> *smacks forehead* Who would have known. Ha! I spent the entire weekend >>> "debugging" that lib. >>> >>> Now, how do I create a rake task that runs autospec with a few options? >> >> RSpec options, Autotest options, or both? >> >>> >>> On 20/02/2009, at 15:56, David Chelimsky wrote: >>> >>>> On Fri, Feb 20, 2009 at 6:15 AM, Christian Hoeppner >>>> <chris.webs...@gmail.com> wrote: >>>>> >>>>> Hey there, >>>>> >>>>> I've tried using Nick Sieger's "plugin" to have autotest run my tests >>>>> for >>>>> gems and other non-rails stuff. However, it doesn't seem to match any >>>>> tests >>>>> for any files. Not being sure what was wrong, I traced the execution of >>>>> RspecAutotest.run() and saw that tests_for_file() never got called. I >>>>> also >>>>> replicated a tests_for_file() call by hand in irb, and it does match >>>>> the >>>>> right spec file for any given implementation file. >>>> >>>> That lib is way outdated. RSpec now supports autotest directly with >>>> the autospec command. >>>> >>>>> >>>>> Here's what I use: >>>>> ZenTest (3.11.1), rspec (1.1.12), ruby, ruby 1.8.1 (2003-12-25) >>>>> [i686-darwin]. >>>>> >>>>> Sieger's file is the latest from svn, dated from 2007. >>>>> _______________________________________________ >>>>> rspec-users mailing list >>>>> rspec-users@rubyforge.org >>>>> http://rubyforge.org/mailman/listinfo/rspec-users >>>>> >>>> _______________________________________________ >>>> rspec-users mailing list >>>> rspec-users@rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/rspec-users >>> >>> Saludos, >>> Chris Hoeppner >>> S.A.T. Gigabyte Solution S.L. >>> <m> 637 333 204 >>> <o> 928 821 633 >>> <e> chris.webs...@gmail.com >>> <w> codigo404.wordpress.com >>> >>> _______________________________________________ >>> rspec-users mailing list >>> rspec-users@rubyforge.org >>> http://rubyforge.org/mailman/listinfo/rspec-users >>> >> _______________________________________________ >> rspec-users mailing list >> rspec-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users > > Saludos, > Chris Hoeppner > S.A.T. Gigabyte Solution S.L. > <m> 637 333 204 > <o> 928 821 633 > <e> chris.webs...@gmail.com > <w> codigo404.wordpress.com > > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users