lib/testrbl.rb in testrbl-0.1.5 vs lib/testrbl.rb in testrbl-0.1.6

- old
+ new

@@ -18,10 +18,10 @@ run "testrb #{file} -n '/#{pattern_from_file(file, line)}/'" end def self.run(command) safe_to_bundle_exec = (File.exist?('Gemfile.lock') and File.read('Gemfile.lock').include?(" test-unit ")) - command = "#{"bundle exec " if safe_to_bundle_exec}#{command} --use-color" + command = "#{"bundle exec " if safe_to_bundle_exec}#{command}" puts command exec command end private