jeanpierre at gmail.com
2007-May-23 17:51 UTC
[rspec-users] autotest and rspec for a non-rails project
hi list - should it be possible to use autotest to continuously run specs for a non-rails project? when i execute autotest in the base directory of my project, it complains that it cannot load rspec_autotest, however looking at rspec_autotest[1] and rspec_rails_autotest.rb, it appears as though both are geared towards rails (perhaps even rspec on rails). cheers, jean-pierre [1] http://svn.caldersphere.net/svn/main/rspec_autotest/trunk/lib/rspec_autotest.rb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070523/29edb16e/attachment.html
Nick Sieger
2007-May-23 17:56 UTC
[rspec-users] autotest and rspec for a non-rails project
On 5/23/07, jeanpierre at gmail.com <jeanpierre at gmail.com> wrote:> hi list - > > should it be possible to use autotest to continuously run specs for a > non-rails project? when i execute autotest in the base directory of my > project, it complains that it cannot load rspec_autotest, however looking at > rspec_autotest[1] and rspec_rails_autotest.rb, it appears as though both are > geared towards rails (perhaps even rspec on rails). >See [1]. I believe David and Ryan are working on integrating this patch in the next versions of RSpec and ZenTest. My code is around for posterity, but should be considered deprecated. Cheers, /Nick [1]: http://blog.davidchelimsky.net/articles/2007/05/01/rspec-0-9-1-and-autotest-zentest-3-5-2
David Chelimsky
2007-May-23 18:01 UTC
[rspec-users] autotest and rspec for a non-rails project
On 5/23/07, Nick Sieger <nicksieger at gmail.com> wrote:> On 5/23/07, jeanpierre at gmail.com <jeanpierre at gmail.com> wrote: > > hi list - > > > > should it be possible to use autotest to continuously run specs for a > > non-rails project? when i execute autotest in the base directory of my > > project, it complains that it cannot load rspec_autotest, however looking at > > rspec_autotest[1] and rspec_rails_autotest.rb, it appears as though both are > > geared towards rails (perhaps even rspec on rails). > > > > See [1]. I believe David and Ryan are working on integrating this > patch in the next versions of RSpec and ZenTest.We''re actually working out a plugin model so that ZenTest won''t know about RSpec, but RSpec wil be able to quietly plug itself in to autotest. That should be out within a week (hopefully within a day or two). In the mean time, your best bet is the latest rspec (1.0.0), the latest ZenTest (3.5.2) and the patch from my blog post.>My code is around > for posterity, but should be considered deprecated. > > Cheers, > /Nick > > [1]: http://blog.davidchelimsky.net/articles/2007/05/01/rspec-0-9-1-and-autotest-zentest-3-5-2 > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
jeanpierre at gmail.com
2007-May-23 19:16 UTC
[rspec-users] autotest and rspec for a non-rails project
On 5/23/07, Nick Sieger <nicksieger at gmail.com> wrote:> > On 5/23/07, jeanpierre at gmail.com <jeanpierre at gmail.com> wrote: > > hi list - > > > > should it be possible to use autotest to continuously run specs for a > > non-rails project? when i execute autotest in the base directory of my > > project, it complains that it cannot load rspec_autotest, however > looking at > > rspec_autotest[1] and rspec_rails_autotest.rb, it appears as though both > are > > geared towards rails (perhaps even rspec on rails). > > > > See [1]. I believe David and Ryan are working on integrating this > patch in the next versions of RSpec and ZenTest. My code is around > for posterity, but should be considered deprecated.excellent, i''ll give the patch a go until a new version of zentest is released. thanks for the quick help! cheers, jean-pierre -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070523/a8dd2f66/attachment.html
David Chelimsky
2007-May-23 19:19 UTC
[rspec-users] autotest and rspec for a non-rails project
On 5/23/07, jeanpierre at gmail.com <jeanpierre at gmail.com> wrote:> On 5/23/07, Nick Sieger <nicksieger at gmail.com> wrote: > > On 5/23/07, jeanpierre at gmail.com <jeanpierre at gmail.com> wrote: > > > hi list - > > > > > > should it be possible to use autotest to continuously run specs for a > > > non-rails project? when i execute autotest in the base directory of my > > > project, it complains that it cannot load rspec_autotest, however > looking at > > > rspec_autotest[1] and rspec_rails_autotest.rb, it appears as though both > are > > > geared towards rails (perhaps even rspec on rails). > > > > > > > See [1]. I believe David and Ryan are working on integrating this > > patch in the next versions of RSpec and ZenTest. My code is around > > for posterity, but should be considered deprecated. > > excellent, i''ll give the patch a go until a new version of zentest is > released.Cool - FYI - you''ll need new versions of both RSpec and ZenTest when they are released because they are both playing a part in the new plugin structure.> > thanks for the quick help! > cheers, > jean-pierre > > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >