spec/arborist/client_spec.rb in arborist-0.2.0 vs spec/arborist/client_spec.rb in arborist-0.3.0
- old
+ new
@@ -17,9 +17,10 @@
end
describe "synchronous API", :testing_manager do
before( :each ) do
+ @manager = nil
@manager_thread = Thread.new do
@manager = make_testing_manager()
Loggability[ Arborist ].info "Starting a testing manager: %p" % [ @manager ]
Thread.current.abort_on_exception = true
@manager.run