Remove warning about ansicon from “rake cucumber”
问题 When you run any rake task with cucumber installed on a machine that doesn't have ANSICON installed, you get the following message: *** WARNING: You must use ANSICON 1.31 or higher (http://adoxa.110mb.com/ansicon) to get coloured output on Windows When running locally I like using ANSICON, but when used within the build server I don't care about that - and I don't want to see that warning there. Is there a way to get rid of it? 回答1: You can actually remove the warning itself. I do not like