On Feb 27, 2012, at 10:58 AM, jed schneider wrote:

> we are on rspec 2.6.4 and for awhile my color flag seems to be ignored  when 
> running specs in my .rspec file but my formatting option is picking up. Did 
> the --color flag get changed? 
> 
> my .rspec file
> --color
> -f d
> 
> thanks!
> 
> -- 
> jed schneider
> Sent with Sparrow
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users

Works for me on 2.8.

Do you maybe have this in your RSpec.configuration:

RSpec.configure do |config|
  config.color = false
end

?
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to