On 9/19/07, Jim Freeze <[EMAIL PROTECTED]> wrote: > On 9/19/07, Lance Carlson <[EMAIL PROTECTED]> wrote: > > http://grasprubyonrails.com/2007/9/17/rspec-and-autotest > > > Thanks Lance, but the link seems to be about rspec + autotest + rails. > I need sans rails, i.e., rspec + autotest + ruby.
Install the rspec and ZenTest gems, create parallel lib and spec directories in your project root and type: autotest In this case, autotest will map files in your lib and spec directories as follows: lib/path/to/some/file.rb spec/path/to/some/file_spec.rb Let us know if you have any other questions. Cheers, David > > Jim > > > > read the comment I posted too. Comment on it if you have any problems. > > > > On 9/19/07, Jim Freeze <[EMAIL PROTECTED]> wrote: > > > Hi guys > > > > > > I'm new to rspec and was wondering if there is a quick setup to get it > to > > > work with autotest, sans rails. > > > > > > Thanks > > > > > > > > > -- > > > Jim Freeze > > > _______________________________________________ > > > 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 > > > > > > -- > Jim Freeze > _______________________________________________ > 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