test/test_helper.rb in harness-0.1.0 vs test/test_helper.rb in harness-0.1.1

- old
+ new

@@ -11,10 +11,10 @@ WebMock.disable_net_connect! Thread.abort_on_exception = true -Harness.config.test_mode = true +Harness.config.syncronous = true Harness.logger = Logger.new '/dev/null' Harness.redis = Redis::Namespace.new 'harness-test', :redis => Redis.connect(:host => 'localhost', :port => '6379')