lib/celluloid/rspec.rb in celluloid-0.14.1 vs lib/celluloid/rspec.rb in celluloid-0.15.0.pre

- old
+ new

@@ -3,6 +3,8 @@ require File.expand_path('../../../spec/support/mailbox_examples', __FILE__) module Celluloid # Timer accuracy enforced by the tests (50ms) TIMER_QUANTUM = 0.05 -end \ No newline at end of file +end + +$CELLULOID_DEBUG = true