lib/testrbl.rb in testrbl-0.1.1 vs lib/testrbl.rb in testrbl-0.1.2

- old
+ new

@@ -16,10 +16,10 @@ run "testrb #{file} #{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=yes" + command = "#{"bundle exec " if safe_to_bundle_exec}#{command} --use-color" puts command exec command end private