atom-ruby-test
atom-ruby-test copied to clipboard
Any idea why i don't have any coloured output?
Is this related to the theme? Something i could have in my setup?
This is running ruby test:

This is when i run the command directly in my terminal (iterm2 with zsh):

@butsjoh: What command is ruby-test running for your tests?
Also, what tool are you using to colorize the output?
I have the same problem with color, but I also get "stty: stdin isn't a terminal" before everything runs.
I am running rspec with -c flag which stands for color.
In the Atom Material Theme, the output window shows on the white background. All the other consoles under Atom Material are shown on the dark background, except this one.
I have the same issue, using minitest-reporters to colorize the output. It only happens when I start Atom on OS X from the application icon. If I start it from the command line I do get color. No error messages anywhere.