Re: [rspec-users] How do you turn colour on in autotest?

2010-08-18 Thread Ashley Moran
On 18 Aug 2010, at 15:06, Chris Flipse wrote: > Check for a .rspec file in one project, not the other. Aha! You're a genius :D I need to stop TextMate hiding stuff like that... Cheers Ash -- http://www.patchspace.co.uk/ http://www.linkedin.com/in/ashleymoran ___

Re: [rspec-users] How do you turn colour on in autotest?

2010-08-18 Thread Chris Flipse
Check for a .rspec file in one project, not the other. On Wed, Aug 18, 2010 at 3:45 AM, Ashley Moran wrote: > Hi > > This may sound like a really dumb question (most likely because it is), but > I have two RSpec 2 projects, and one of them gives me colour, but the other > doesn't. Nothing in sp

[rspec-users] How do you turn colour on in autotest?

2010-08-18 Thread Ashley Moran
Hi This may sound like a really dumb question (most likely because it is), but I have two RSpec 2 projects, and one of them gives me colour, but the other doesn't. Nothing in spec_helper.rb or my autotest files mentions colour. There's no spec.opts. So what could be different about them? Ch