spec/spec_helper.rb in ztk-1.0.9 vs spec/spec_helper.rb in ztk-1.0.10

- old
+ new

@@ -29,9 +29,10 @@ end if ENV["COVERAGE"] ENV['LOG_LEVEL'] = "DEBUG" WAIT_SMALL = 3 +READ_PARTIAL_CHUNK = 2048 RSpec.configure do |config| config.before(:all) do $stdout = File.open("/dev/null", "w")