class ParallelSpecs

def self.color

display color when we are in a terminal
def self.color
  ($stdout.tty? ? 'RSPEC_COLOR=1 ; export RSPEC_COLOR ;' : '')
end