when i run "rake spec" i get color, if have --colour in spec.opts.
when i run autotest the output isn't displayed(i can tell the tests have run thanks to snarl), unless i get rid of --colour. however, now the output is plain-jane white! adding require 'autotest/redgreen' to .autotest seems to have no effect. when i run "ruby -S script/spec -O spec/spec.opts spec/models/user_spec.rb(which is what is echoed when i run autotest), i also get color only if --colour is in spec.opts any thoughts would be appreciated XP sp2 ruby 1.8.6 rails 2.02 gems that i think are of relevance: diff-lcs 1.1.2 redgreen 1.2.2 rspec 1.1.3 ruby-snarl 0.0.8 win32console 1.0.8 ZenTest 3.9.1 plugins: (i'm not sure how to check versions for these, but they are the newest stable versions) rspec rspec_on_rails -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users