-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no colors #108
Comments
What's your platform? Windows, Linux, Mac OS or ? |
On 25 November 2012 17:33, 7rans [email protected] wrote:
|
Ok. Do you have |
On 26 November 2012 12:54, 7rans [email protected] wrote:
Yes, turn install ansi gem as dependence. |
Ok. I need to dig in deeper then to figure it out. Is the code repository open source, can I look at? |
On 26 November 2012 15:02, 7rans [email protected] wrote:
If you want I can send you. |
Well, we can do it piecemeal if you want, starting with the Rakefile that you use to start the tests, then any test helper files you use. If I can't figure it out from that then we can go further. You should be able to get my email via my github persona. |
Hello, Same issue here within a rails engine. # gemspec
s.add_development_dependency "turn"
# Rakefile is the default generated Rakefile
# test/test_helper.rb
require 'simplecov'
SimpleCov.start
ENV["RAILS_ENV"] = "test"
require File.expand_path("../dummy/config/environment.rb", __FILE__)
require "rails/test_help"
Rails.backtrace_cleaner.remove_silencers!
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
require 'turn'
Turn.config.format = :outline I've had the same issue when developing gems. In apps, no problems. I also tried requiring 'turn/colorize'. |
I've installed turn,
gem turn, :group => :test,
run rake test:units but the results are not colorized.
The text was updated successfully, but these errors were encountered: