public
Description: Next Vista for Learning
Homepage: http://www.nextvista.org/
Clone URL: git://github.com/dustin/nextvista.git
Search Repo:
Avoid colored builds when running under cc.rb
dustin (author)
Mon May 05 00:20:29 -0700 2008
commit  d156c897db4aa7ab09839ad0dc882ed913a6f7c7
tree    ed24bdb4960463eb31faff403937ead8e94dbdca
parent  bbbc7fdaec73e2cf10fac938ae87f138c6ba6a0b
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@ require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
0
 require 'test_help'
0
 
0
 begin
0
- require 'redgreen'
0
+ require 'redgreen' unless ENV['CC_BUILD_REVISION']
0
 rescue LoadError
0
   puts "The redgreen gem makes your tests prettier."
0
 end

Comments

    No one has commented yet.