(WinXP) Hi, I have the autotest rails plugin running - detecting changes and running the examples. However the rspec color output (of which I am a fan) ... has stopped happening Anybody got a spare moment to point me in the right direction, please ? Cheers! sinclair -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070809/2331a41a/attachment.html
On 8/9/07, sinclair bain <rspec.user at gmail.com> wrote:> (WinXP) > Hi, > > I have the autotest rails plugin running - detecting changes and running the > examples. > > However the rspec color output (of which I am a fan) ... has stopped > happening > > Anybody got a spare moment to point me in the right direction, please ?You need a spec/spec.opts file with the following: --colour Is that in place? Also, what versions of everything are you using?> > Cheers! > sinclair > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On Aug 9, 2007, at 7:47 PM, David Chelimsky wrote:> On 8/9/07, sinclair bain <rspec.user at gmail.com> wrote: >> (WinXP) >> Hi, >> >> I have the autotest rails plugin running - detecting changes and >> running the >> examples. >> >> However the rspec color output (of which I am a fan) ... has stopped >> happening >> >> Anybody got a spare moment to point me in the right direction, >> please ? > > You need a spec/spec.opts file with the following: > > --colour > > Is that in place? Also, what versions of everything are you using?Also try running it would the --drb flag, if you are already using it. Scott
Dave, Got that ... --colour --format progress ... The latest ... all installed today ... except rspec 4 rails it is 1.0. This was all going ok before I installed autotest (red, green and yellow). On 8/9/07, David Chelimsky <dchelimsky at gmail.com> wrote:> > On 8/9/07, sinclair bain <rspec.user at gmail.com> wrote: > > (WinXP) > > Hi, > > > > I have the autotest rails plugin running - detecting changes and running > the > > examples. > > > > However the rspec color output (of which I am a fan) ... has stopped > > happening > > > > Anybody got a spare moment to point me in the right direction, please ? > > You need a spec/spec.opts file with the following: > > --colour > > Is that in place? Also, what versions of everything are you using? > > > > > > Cheers! > > sinclair > > > > _______________________________________________ > > 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070809/11ac6c99/attachment.html