Displaying 1 result from an estimated 1 matches for "32m11".
Did you mean:
32,11
2007 Aug 18
6
RSpec: "--color" not working in spec.opts when combined with "--drb"
...rse
--drb
When I run "rake spec" or "ruby script/spec spec --color" this is the
output:
D:\dev\project>rake spec
(in D:/dev/project)
←[32m.←[0m←[32m.←[0m←[32m.←[0m←[32m.←[0m←[32m.←[0m←[32m.←[0m←[32m.←[0m←[32m.←[0m
←[32m.←[0m←[32m.←[0m←[32m.←[0m
Finished in 0.172 seconds
←[32m11 examples, 0 failures←[0m
If I remove "--drb" from the spec.opts file it runs fine (but slower).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,...