spec/spec_helper.rb in rsync-1.0.7 vs spec/spec_helper.rb in rsync-1.0.8

- old
+ new

@@ -1,6 +1,10 @@ require 'tmpdir' +RSpec.configure do |config| + config.color_enabled = true +end + class TempDir attr_accessor :path def initialize(root, subpath) @path = File.join(root, subpath)