If you want to use rspec-0.9.2 with autotest (ZenTest-3.5.2), you''ll want to read this blog: http://blog.davidchelimsky.net/articles/2007/05/01/rspec-0-9-1-and-autotest-zentest-3-5-2 Enjoy! David
I just installed the rspec plugin from trunk and zentest 3.5.2. I applied the patch and get: lacosta:~/bitscribe/maxius_unified sxross$ autotest loading rspec_rails_autotest /Users/sxross/.autotest:5: undefined method `spec_command='' for #<RspecRailsAutotest:0x1424d24> (NoMethodError) <rest of trace clipped> Any idea what''s up with this? Thanks On May 1, 2007, at 5:30 AM, David Chelimsky wrote:> If you want to use rspec-0.9.2 with autotest (ZenTest-3.5.2), you''ll > want to read this blog: > > http://blog.davidchelimsky.net/articles/2007/05/01/rspec-0-9-1-and- > autotest-zentest-3-5-2 > > Enjoy! > > David > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
On 5/1/07, s.ross <cwdinfo at gmail.com> wrote:> I just installed the rspec plugin from trunk and zentest 3.5.2. I > applied the patch and get: > > lacosta:~/bitscribe/maxius_unified sxross$ autotest > loading rspec_rails_autotest > /Users/sxross/.autotest:5: undefined method `spec_command='' for > #<RspecRailsAutotest:0x1424d24> (NoMethodError) > <rest of trace clipped> > > Any idea what''s up with this?If you followed all the instructions on the blog, no idea at all. Anybody else?> > Thanks > > On May 1, 2007, at 5:30 AM, David Chelimsky wrote: > > > If you want to use rspec-0.9.2 with autotest (ZenTest-3.5.2), you''ll > > want to read this blog: > > > > http://blog.davidchelimsky.net/articles/2007/05/01/rspec-0-9-1-and- > > autotest-zentest-3-5-2 > > > > Enjoy! > > > > David > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Just followed all the instructions again...no luck. Steve On May 1, 2007, at 11:56 AM, David Chelimsky wrote:> On 5/1/07, s.ross <cwdinfo at gmail.com> wrote: >> I just installed the rspec plugin from trunk and zentest 3.5.2. I >> applied the patch and get: >> >> lacosta:~/bitscribe/maxius_unified sxross$ autotest >> loading rspec_rails_autotest >> /Users/sxross/.autotest:5: undefined method `spec_command='' for >> #<RspecRailsAutotest:0x1424d24> (NoMethodError) >> <rest of trace clipped> >> >> Any idea what''s up with this? > > If you followed all the instructions on the blog, no idea at all. > Anybody else? > >> >> Thanks >> >> On May 1, 2007, at 5:30 AM, David Chelimsky wrote: >> >>> If you want to use rspec-0.9.2 with autotest (ZenTest-3.5.2), you''ll >>> want to read this blog: >>> >>> http://blog.davidchelimsky.net/articles/2007/05/01/rspec-0-9-1-and- >>> autotest-zentest-3-5-2 >>> >>> Enjoy! >>> >>> David >>> _______________________________________________ >>> rspec-users mailing list >>> rspec-users at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/rspec-users >> >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
On 5/1/07, s.ross <cwdinfo at gmail.com> wrote:> Just followed all the instructions again...no luck.I just noticed this in your error message: /Users/sxross/.autotest If you''re using my patch, you shouldn''t need a .autotest file. I wonder if there is a conflict. Try moving that file somewhere or renaming it and see what happens. David> > Steve > > On May 1, 2007, at 11:56 AM, David Chelimsky wrote: > > > On 5/1/07, s.ross <cwdinfo at gmail.com> wrote: > >> I just installed the rspec plugin from trunk and zentest 3.5.2. I > >> applied the patch and get: > >> > >> lacosta:~/bitscribe/maxius_unified sxross$ autotest > >> loading rspec_rails_autotest > >> /Users/sxross/.autotest:5: undefined method `spec_command='' for > >> #<RspecRailsAutotest:0x1424d24> (NoMethodError) > >> <rest of trace clipped> > >> > >> Any idea what''s up with this? > > > > If you followed all the instructions on the blog, no idea at all. > > Anybody else? > > > >> > >> Thanks > >> > >> On May 1, 2007, at 5:30 AM, David Chelimsky wrote: > >> > >>> If you want to use rspec-0.9.2 with autotest (ZenTest-3.5.2), you''ll > >>> want to read this blog: > >>> > >>> http://blog.davidchelimsky.net/articles/2007/05/01/rspec-0-9-1-and- > >>> autotest-zentest-3-5-2 > >>> > >>> Enjoy! > >>> > >>> David > >>> _______________________________________________ > >>> rspec-users mailing list > >>> rspec-users at rubyforge.org > >>> http://rubyforge.org/mailman/listinfo/rspec-users > >> > >> _______________________________________________ > >> rspec-users mailing list > >> rspec-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/rspec-users > >> > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Incredible! This was another of those "until zentest and rspec sync up" hacks to keep everything happy. I just totally missed it. Thanks so much. Steve On May 1, 2007, at 12:57 PM, David Chelimsky wrote:> On 5/1/07, s.ross <cwdinfo at gmail.com> wrote: >> Just followed all the instructions again...no luck. > > I just noticed this in your error message: > > /Users/sxross/.autotest > > If you''re using my patch, you shouldn''t need a .autotest file. I > wonder if there is a conflict. Try moving that file somewhere or > renaming it and see what happens. > > David > > >> >> Steve >> >> On May 1, 2007, at 11:56 AM, David Chelimsky wrote: >> >>> On 5/1/07, s.ross <cwdinfo at gmail.com> wrote: >>>> I just installed the rspec plugin from trunk and zentest 3.5.2. I >>>> applied the patch and get: >>>> >>>> lacosta:~/bitscribe/maxius_unified sxross$ autotest >>>> loading rspec_rails_autotest >>>> /Users/sxross/.autotest:5: undefined method `spec_command='' for >>>> #<RspecRailsAutotest:0x1424d24> (NoMethodError) >>>> <rest of trace clipped> >>>> >>>> Any idea what''s up with this? >>> >>> If you followed all the instructions on the blog, no idea at all. >>> Anybody else? >>> >>>> >>>> Thanks >>>> >>>> On May 1, 2007, at 5:30 AM, David Chelimsky wrote: >>>> >>>>> If you want to use rspec-0.9.2 with autotest (ZenTest-3.5.2), >>>>> you''ll >>>>> want to read this blog: >>>>> >>>>> http://blog.davidchelimsky.net/articles/2007/05/01/rspec-0-9-1- >>>>> and- >>>>> autotest-zentest-3-5-2 >>>>> >>>>> Enjoy! >>>>> >>>>> David >>>>> _______________________________________________ >>>>> rspec-users mailing list >>>>> rspec-users at rubyforge.org >>>>> http://rubyforge.org/mailman/listinfo/rspec-users >>>> >>>> _______________________________________________ >>>> rspec-users mailing list >>>> rspec-users at rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/rspec-users >>>> >>> _______________________________________________ >>> rspec-users mailing list >>> rspec-users at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/rspec-users >> >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
On 5/1/07, s.ross <cwdinfo at gmail.com> wrote:> Incredible! This was another of those "until zentest and rspec sync > up" hacks to keep everything happy.I''m working on it but it takes two to tango.> I just totally missed it.Glad I caught it. Cheers, David> > Thanks so much. > > Steve > > On May 1, 2007, at 12:57 PM, David Chelimsky wrote: > > > On 5/1/07, s.ross <cwdinfo at gmail.com> wrote: > >> Just followed all the instructions again...no luck. > > > > I just noticed this in your error message: > > > > /Users/sxross/.autotest > > > > If you''re using my patch, you shouldn''t need a .autotest file. I > > wonder if there is a conflict. Try moving that file somewhere or > > renaming it and see what happens. > > > > David > > > > > >> > >> Steve > >> > >> On May 1, 2007, at 11:56 AM, David Chelimsky wrote: > >> > >>> On 5/1/07, s.ross <cwdinfo at gmail.com> wrote: > >>>> I just installed the rspec plugin from trunk and zentest 3.5.2. I > >>>> applied the patch and get: > >>>> > >>>> lacosta:~/bitscribe/maxius_unified sxross$ autotest > >>>> loading rspec_rails_autotest > >>>> /Users/sxross/.autotest:5: undefined method `spec_command='' for > >>>> #<RspecRailsAutotest:0x1424d24> (NoMethodError) > >>>> <rest of trace clipped> > >>>> > >>>> Any idea what''s up with this? > >>> > >>> If you followed all the instructions on the blog, no idea at all. > >>> Anybody else? > >>> > >>>> > >>>> Thanks > >>>> > >>>> On May 1, 2007, at 5:30 AM, David Chelimsky wrote: > >>>> > >>>>> If you want to use rspec-0.9.2 with autotest (ZenTest-3.5.2), > >>>>> you''ll > >>>>> want to read this blog: > >>>>> > >>>>> http://blog.davidchelimsky.net/articles/2007/05/01/rspec-0-9-1- > >>>>> and- > >>>>> autotest-zentest-3-5-2 > >>>>> > >>>>> Enjoy! > >>>>> > >>>>> David > >>>>> _______________________________________________ > >>>>> rspec-users mailing list > >>>>> rspec-users at rubyforge.org > >>>>> http://rubyforge.org/mailman/listinfo/rspec-users > >>>> > >>>> _______________________________________________ > >>>> rspec-users mailing list > >>>> rspec-users at rubyforge.org > >>>> http://rubyforge.org/mailman/listinfo/rspec-users > >>>> > >>> _______________________________________________ > >>> rspec-users mailing list > >>> rspec-users at rubyforge.org > >>> http://rubyforge.org/mailman/listinfo/rspec-users > >> > >> _______________________________________________ > >> rspec-users mailing list > >> rspec-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/rspec-users > >> > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >