[Rails] Re: redgreen unittest with Rails 3 + Ruby 1.9.2
djangst wrote in post #974125:
> Did you find a solution for this?
>
> I did, by adding the following gems to my Gemfile (development/test
> group) to change the layout and colors of test results:
>
> gem 'term-ansicolor'
> gem 'turn'
>
> Purge all the 'redgreen' stuff if you go this route.
>
> You can see what it looks like here:
>
> http://tinypic.com/r/2hmlbh3/7
'turn' looks clean and uncluttered.
http://rubydoc.info/gems/turn/0.8.1/frames
Managed to make it work with the
following additions
Gemfile
gem 'autotest-standalone', :require => 'autotest'
gem 'autotest-rails-pure'
gem 'term-ansicolor'
gem 'turn'
.autotest
require 'turn'
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home