Re: [rspec-users] Autotest and Colors with Rspec

2012-04-07 Thread David Chelimsky
I added basic information to the README: https://github.com/rspec/rspec-core -- David Chelimsky Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, April 7, 2012 at 9:59 AM, David Chelimsky wrote: > On Apr 6, 2012, at 16:07, seattlelite (mailto:ryanac...@gmail.com)> wrote: >

Re: [rspec-users] Autotest and Colors with Rspec

2012-04-07 Thread David Chelimsky
On Apr 6, 2012, at 16:07, seattlelite wrote: > Question 1. > I'm using Ruby 1.9.2, Rails 3.0.7 and I have RSpec and Autotest installed, > but Autotest is not running my specs - it's running Unit:Test installed. How > do I get it to run my Rspecs? > > I tried this: > > (a) http://blog.davidc

[rspec-users] Autotest and Colors with Rspec

2012-04-06 Thread seattlelite
Question 1. I'm using Ruby 1.9.2, Rails 3.0.7 and I have RSpec and Autotest installed, but Autotest is not running my specs - it's running Unit:Test installed. How do I get it to run my Rspecs? I tried this: (a) http://blog.davidchelimsky.net/2010/03/15/rspec-2-and-autotest/ Autotest.a